API → Oauth2Start an OAuth 2.0 Device Authorization Grant
hidden

Parameters

Name

Type

Req.

  • bodyapplication/x-www-form-urlencoded

    object
    optional
    Object Properties

Returns

NaN Unknown

post
/oauth2/device/auth
$ curl -X POST "https://api.zoo.dev/oauth2/device/auth" \
	--header "Authorization: Bearer $TOKEN" \
	--header "Content-Type: application/x-www-form-urlencoded" \
	--data '{
  "client_id": "5758da6a-e16c-4d8e-a67c-79fb1f496ad5"
}'