curl --request GET \
--url https://apix.us.amity.co/api/v3/sessions \
--header 'Authorization: Bearer <token>'
{
"lastCachePurge": "<string>"
}
Verify access token. The caller must add accessToken in header.
curl --request GET \
--url https://apix.us.amity.co/api/v3/sessions \
--header 'Authorization: Bearer <token>'
{
"lastCachePurge": "<string>"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Session Information
The response is of type object
.