Skip to main content
GET
/
oauth
/
id-token
Get OAuth Id Token
curl --request GET \
  --url https://cloud.kaneo.app/api/oauth/id-token \
  --header 'Authorization: Bearer <token>'
{
  "idToken": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://kaneo.app/docs/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer token authentication

Response

200 - application/json

The id_token if available

idToken
string | null
required