/me endpoint returns details about the authenticated user and the organization associated with their access token. Use it to confirm that your token is valid and to identify which organization’s data the token provides access to.
Endpoint
Authentication
Required. Pass your OAuth bearer token in theAuthorization header.
Parameters
This endpoint has no query parameters.Example request
Response fields
The ULID of the authenticated user.
The full name of the authenticated user.
The email address of the authenticated user.
The name of the organization the access token is scoped to.