Polls for an access token using the `device_code` from [Start device authorization](/api-reference/start-device-authorization). Poll at the returned interval unt...
Polls for an access token using the device_code from Start device authorization. Poll at the returned interval until the user approves.
Returns an access token once the user approves, or an authorization-pending error.
POST
/auth/device/pollResponse
200Token issued
400Authorization still pending
cURL
curl --request POST \ --url https://api.doxbrix.io/v1/auth/device/poll
{ "access_token": "dxb_live_xxx", "token_type": "Bearer", "scope": "read write publish" }