Skip to main content
GET
Get authenticated user info

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

200 - application/json

General information about the user.

Me model

default_workspace_token
string | null
required
workspaces
object[]
required
bearer_token
object
required
is_account_owner
boolean
required

True when the authenticated User or Token has the Owner role on the Account.

default_dashboard_token
string | null

The token of the default Dashboard for the User.