API → Oauth2Request a device access tokenhidden
hidden
Parameters
Name
Type
Req.
bodyapplication/x-www-form-urlencoded
objectoptionalObject Properties
Possible values
urn:ietf:params:oauth:grant-type:device_code
: An OAuth 2.0 Device Authorization Grant.
Returns
NaN Unknown
post
/oauth2/device/token$ curl -X POST "https://api.zoo.dev/oauth2/device/token" \
--header "Authorization: Bearer $TOKEN" \
--header "Content-Type: application/x-www-form-urlencoded" \
--data '{
"client_id": "edd65782-edee-4d27-9a14-62921df3976f",
"device_code": "392eb590-0370-4dd8-81b1-1209fca569aa",
"grant_type": "urn:ietf:params:oauth:grant-type:device_code"
}'