Skip to main content
POST
/
customer
/
v2
/
auth
/
device
/
code
Request Device Code
curl --request POST \
  --url https://orbitflare.com/api/customer/v2/auth/device/code
{
  "success": true,
  "data": {
    "device_code": "<string>",
    "user_code": "<string>",
    "verification_uri": "<string>",
    "expires_in": 123,
    "interval": 123
  }
}

Documentation Index

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

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

Response

200 - application/json

Device code created successfully.

success
boolean
Example:

true

data
object