Skip to main content
GET
/
me
Token introspection
curl --request GET \
  --url https://app.hockeystack.com/api/revenue-agents/v1/me \
  --header 'Authorization: Bearer <token>'
{
  "workspace": {
    "id": "<string>",
    "name": "<string>"
  },
  "token": {
    "id": "<string>",
    "name": "<string>",
    "token_prefix": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "last_used_at": "2023-11-07T05:31:56Z",
    "expires_at": "2023-11-07T05:31:56Z"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Token is valid; metadata returned.

workspace
object
required
token
object
required