Skip to main content
POST
/
api
/
v1
/
auth
/
token
/
verify
/
cURL
curl --request POST \
  --url https://api.example.com/api/v1/auth/token/verify/ \
  --header 'Content-Type: application/json' \
  --data '
{
  "token": "<string>"
}
'

Body

token
string
required
write-only
Minimum string length: 1

Response

200

No response body