Skip to main content
GET
/
oauth
/
userinfo
Error
A valid request URL is required to generate request examples
{
  "id": "<string>",
  "email": "jsmith@example.com",
  "name": "<string>",
  "picture": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.getcore.me/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Response

User information

id
string
email
string<email>
name
string
picture
string<uri>