Skip to main content
GET
/
v1
/
apps
/
{app_id}
/
m2m
/
verify
Verify the active M2M session
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>"
}

Authorizations

Authorization
string
header
required

API Secret token

X-Authorization
string
header
required

User Access token

Headers

Authorization
string
required

M2M access token

Path Parameters

app_id
string
required

App ID

Response

successful

message
string
required
Example:

"verified"

verified
boolean
required
Example:

true

session_id
string
required

Identifier of the active M2M token session

client_name
string | null

Client label associated with the token session