Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Session Information
Date of the last cache purge
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
Date of the last cache purge