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