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.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” artifactId
required
string
Query Parameters
Section titled “Query Parameters ” auth_req_id
string
Optional CIBA auth request id to display on the device page.
Responses
Section titled “ Responses ”HTML device page for CIBA approval completion.
Media type text/html
string
Example
<!doctype html><html><body>Approval device page</body></html>default
Section titled “default ”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"}