Re-verify a platform connection
POST
/compliance/{linkID}/verifyTest the credential-shaped state of an existing sandbox connection fixture; this is not external production credential verification.
Auth:
BearerPath parameters
linkIDuuidrequired
Response
statusstring
Request
bash
curl -sS -X POST "https://phosra-api-sandbox-production.up.railway.app/api/v1/compliance/c0ffee00-1234-4567-89ab-cdef01234567/verify" \
-H "Authorization: Bearer $PHOSRA_API_KEY"Response
json
{
"status": "string"
}