Re-verify a platform connection

POST/compliance/{linkID}/verify

Test the credential-shaped state of an existing sandbox connection fixture; this is not external production credential verification.

Auth:Bearer

Path parameters

linkID

uuidrequired

Response

status

string
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"
}