GET
/
api
/
profile
{
  "user": {
    "id": "<string>",
    "email": "jsmith@example.com",
    "name": "<string>",
    "picture": "<string>"
  },
  "client": {
    "clientId": "<string>",
    "name": "<string>"
  },
  "scopes": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

OAuth2 authorization code flow with PKCE support. Supports scopes: read, write, mcp, integration, oauth

Response

200 - application/json

User profile data

The response is of type object.