Request a device code and user code for the device authorization flow. Display the verification_uri and user_code to the user, then poll /auth/device/token until authorized.
POST
/
customer
/
v2
/
auth
/
device
/
code
Request Device Code
Copy
curl --request POST \ --url https://orbitflare.com/api/customer/v2/auth/device/code \ --header 'X-ORBIT-KEY: <api-key>'