Show approval receipt portal
GET
/api/approval-receipts/{receiptId}/portal
Code sample: Shell / cURL
curl --request GET \ --url https://auth.example.com/api/approval-receipts/example/portalReturn the no-store HTML page for an approval decision receipt.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” receiptId
required
string
Responses
Section titled “ Responses ”HTML receipt portal page.
Media type text/html
string
Example
<!doctype html><html><body>Approval receipt</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"}