Skip to main content
GET
/
Verification
/
Status
cURL
curl --request GET \
  --url https://api.trysynch.com/Verification/Status \
  --header 'Authorization: Bearer <token>'
{
  "identityVerificationStatus": "<string>",
  "acceptedTerms": true
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Use /auth/token to obtain access token. Enter 'Bearer' [space] and then your token in the text input below. Example: 'Bearer eyJhbGci...'

Response

OK

identityVerificationStatus
string | null
acceptedTerms
boolean