cURL
curl --request POST \ --url https://platform.unstructuredapp.io/api/v1/oauth/device/code \ --header 'Content-Type: application/json' \ --data ' { "client_id": "concierge" } '
{ "device_code": "<string>", "user_code": "<string>", "verification_uri": "<string>", "expires_in": 600, "interval": 5 }
Initiate a device authorization flow.
Successful Response
Was this page helpful?
Contact support