Authorize or Deny Device Authorization
Authorize or deny the device authorization request based on the provided device authorization id.
Required permissions:
session.link
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?
Oidc API
Explore the Oidc API operation in the ZITADEL API. Learn about request parameters, response schemas, and integration details for this endpoint.
Create Callback
Create Callback: Finalize an Auth Request and get the callback URL for success or failure. The user must be redirected to the URL in order to inform the application about the success or failure. On success, the URL...