API → Oauth2Start an OAuth 2.0 Device Authorization Granthidden
hidden
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": "e8010f85-6f65-4ee8-a420-376037a76a17"
}'