GET
/
api
/
v3
/
sessions
Verify access token
curl --request GET \
  --url https://apix.us.amity.co/api/v3/sessions \
  --header 'Authorization: Bearer <token>'
{
  "lastCachePurge": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json

Session Information

The response is of type object.