Skip to main content
GET
Returns the principal behind the bearer token: who the actor is, what the token can do, and which account context it operates in. The natural first call of any session — use it to confirm the token works and to discover your scopes before probing capabilities. Requirements: any valid token — no specific scope.

Request

No parameters.

Response

actor
object
The user behind the token.
token
object
The authenticating token.
account
object
The account context requests operate in.

Errors