Skip to main content
POST
/
device
Generate a unique device code
curl --request POST \
  --url https://api.example.com/device \
  --header 'App-Password: <api-key>'
"<string>"

Authorizations

App-Password
string
header
required

Response

Generated device code (8 alphanumeric uppercase characters)

The response is of type string.