Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url {protocol}://{domain}/oauth/userinfo \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "email": "jsmith@example.com", "name": "<string>", "picture": "<string>" }
Get authenticated user information
A valid request URL is required to generate request examples
OAuth2 authorization code flow with PKCE support. Supports scopes: read, write, mcp, integration, oauth
User information
Was this page helpful?