Sessions
Authorizations
Responses
200
OK
application/json
get
/me/sessionsGET /me/sessions HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200
OK
[
{
"userId": "123e4567-e89b-12d3-a456-426614174000",
"tokenId": "123e4567-e89b-12d3-a456-426614174000",
"ip": "text",
"userAgent": "text",
"country": "text",
"region": "text",
"city": "text",
"createdAt": "2025-10-29T06:43:44.901Z",
"updatedAt": "2025-10-29T06:43:44.901Z"
}
]Authorizations
Path parameters
tokenIdstringRequired
Responses
200
OK
application/json
404
Resource not found
application/json
get
/me/sessions/{tokenId}GET /me/sessions/{tokenId} HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"userId": "123e4567-e89b-12d3-a456-426614174000",
"tokenId": "123e4567-e89b-12d3-a456-426614174000",
"ip": "text",
"userAgent": "text",
"country": "text",
"region": "text",
"city": "text",
"createdAt": "2025-10-29T06:43:44.901Z",
"updatedAt": "2025-10-29T06:43:44.901Z"
}Last updated
Was this helpful?

