ZITADEL Docs
APIsCore ResourcesV2OIDC

Authorize or Deny Device Authorization

Authorize or deny the device authorization request based on the provided device authorization id.

Required permissions:

  • session.link
POST
/v2/oidc/device_authorization/{device_authorization_id}

Path Parameters

device_authorization_id*string

The device authorization id returned when submitting the user code.

Response Body

application/json

curl -X POST "https://loading/v2/oidc/device_authorization/string"
{}

Was this page helpful?