Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://cloud.kaneo.app/api/oauth/id-token \ --header 'Authorization: Bearer <token>'
{ "idToken": "<string>" }
Get the id_token for the current user’s custom OAuth account
Bearer token authentication
The id_token if available
Was this page helpful?