Skip to content

Show approval CIBA device page

GET
/api/approval-artifacts/{artifactId}/ciba/device
Code sample: Shell / cURL
curl --request GET \
--url https://auth.example.com/api/approval-artifacts/example/ciba/device \
--header 'Authorization: Bearer <token>'

Return the no-store HTML device page used to enter a CIBA verification code.

artifactId
required
string
auth_req_id
string

Optional CIBA auth request id to display on the device page.

HTML device page for CIBA approval completion.

Media type text/html
string
Example
<!doctype html><html><body>Approval device page</body></html>

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}