Skip to main content
Retrieve profile information about the authenticated user. The response fields depend on the scopes granted during authorization. Requires a valid OAuth access token obtained from the token endpoint.

Authorization

Include the OAuth access token as a Bearer token in the Authorization header.

Response Fields by Scope

Always included

profile scope

email scope

phone scope

Error Responses

Missing or invalid token:
Expired token:

The access token expires after 1 hour. If you receive a 401 error, the user needs to re-authenticate through the authorization flow.