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

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...'

Query Parameters

platform
string

Response

OK

userId
string
signature
string