Skip to main content
POST
/
api
/
v1
/
auth
/
device-code
/
poll
Poll the status of a pending device code
curl --request POST \
  --url https://breadbox.example.com/api/v1/auth/device-code/poll \
  --header 'Content-Type: application/json' \
  --data '
{
  "device_code": "<string>"
}
'
{
  "token": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.breadbox.sh/llms.txt

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

Body

application/json
device_code
string
required

Response

Polling outcome.

status
enum<string>
Available options:
authorization_pending,
approved
token
string

Plaintext API key — returned exactly once on the first approved poll