curl --request GET \
--url https://api.trysynch.com/Verification/Status \
--header 'Authorization: Bearer <token>'{
"identityVerificationStatus": "<string>",
"acceptedTerms": true
}curl --request GET \
--url https://api.trysynch.com/Verification/Status \
--header 'Authorization: Bearer <token>'{
"identityVerificationStatus": "<string>",
"acceptedTerms": true
}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...'
Was this page helpful?