Get Device Authorization Request
Get the device authorization based on the provided "user code". This will return the device authorization request, which contains the device authorization id that is required to authorize the request once the user signed in or to deny it.
Required permissions:
session.read
Path Parameters
user_code*string
The user_code returned by the device authorization request and provided to the user by the device.
Response Body
application/json
curl -X GET "https://loading/v2/oidc/device_authorization/string"{
"deviceAuthorizationRequest": {
"id": "string",
"clientId": "string",
"scope": [
"string"
],
"appName": "string",
"projectName": "string"
}
}Was this page helpful?
Get Auth Request
Get Auth Request: Get OIDC Auth Request details by ID, obtained from the redirect URL. Returns details that are parsed from the application's Auth Request. Required permissions:
Saml API
Explore the Saml API operation in the ZITADEL API. Learn about request parameters, response schemas, and integration details for this endpoint.