API → Oauth2 → Confirm an OAuth 2.0 Device Authorization Granthidden
hidden
post
/oauth2/device/confirm$ curl -X POST "https://api.zoo.dev/oauth2/device/confirm" \
--header "Authorization: Bearer $TOKEN" \
--header "Content-Type: application/json" \
--data '{
"user_code": "PnSY6vOqN65Mkc"
}'