DevelopersAPI referenceAuth & accountsMe
Active sessions
Full sessions only. Unrevoked, unexpired refresh-token sessions, newest first.
View as MarkdownAuthorization
bearer AuthorizationBearer <token>
In: header
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/me/sessions"{ "sessions": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "user_agent": "string", "created_at": "2019-08-24T14:15:22Z", "expires_at": "2019-08-24T14:15:22Z" } ]}