Skip to main content
GET
/
Auth
/
ExchangeToken
cURL
curl --request GET \
  --url https://api.trysynch.com/Auth/ExchangeToken \
  --header 'Authorization: Bearer <token>'
{
  "accessToken": "<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

refreshToken
string

Response

OK

accessToken
string