Skip to main content
POST
/
v1
/
desktop-auth
/
token
Get Desktop Token
curl --request POST \
  --url https://api.ontora.com/v1/desktop-auth/token \
  --header 'Authorization: Bearer <token>'
{
  "token": "<string>",
  "expires_in_days": 123,
  "user_id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.ontora.com/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

token
string
required
expires_in_days
integer
required
user_id
string
required