cURL
curl --request GET \ --url https://{defaultHost}/v1/apps/{app_id}/m2m/verify \ --header 'Authorization: Bearer <token>' \ --header 'X-Authorization: <api-key>'
{ "message": "verified", "verified": true, "session_id": "<string>", "client_name": "<string>" }
Validate the caller’s JWT belongs to an active machine-to-machine session
API Secret token
User Access token
M2M access token
App ID
successful
"verified"
true
Identifier of the active M2M token session
Client label associated with the token session
Was this page helpful?