API → Oauth2 → Start 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": "720cd24f-a73f-41b3-8a0f-7037cf41522d"
}'