Responses

  • 200 application/json

    Successful Response

    Hide response attributes Show response attributes object
    • clientId string Required
    • expiresAt integer Required
GET /auth/me
curl \
 --request GET 'http://api.example.com/auth/me' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "clientId": "string",
  "expiresAt": 42
}