コンテンツにスキップ

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/portal

Return the no-store HTML page for an approval decision receipt.

receiptId
required
string

HTML receipt portal page.

Media type text/html
string
Example
<!doctype html><html><body>Approval receipt</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"
}