Skip to main content
GET
Get the authenticated caller

Authorizations

Authorization
string
header
required

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

Response

OK

The caller a credential authenticates. Exactly one of user or api_key is present.

user
object

The signed-in user, when calling with a user session.

api_key
object

The API key, when calling with an API key.