Skip to main content
POST
/
auth
/
device
/
token
Poll a device authentication request
curl --request POST \
  --url https://archal.ai/auth/device/token \
  --header 'Content-Type: application/json' \
  --data '
{
  "device_code": "<string>"
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.archal.ai/llms.txt

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

Body

application/json
device_code
string
required

Response

Token response when the device flow has been approved.

The response is of type object.