cURL
curl --request POST \ --url https://api.zippendo.com/api-tokens/verify \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "token": "<string>" } '
{ "valid": true, "tokenId": "<string>", "userId": "<string>", "orgId": "<string>", "scopes": [ "<string>" ], "expiresAt": "<string>" }
Verify an API token
JWT access token or API token (prefixed with zipp_)
The API token to verify
Default Response