コンテンツにスキップ

Show approval artifact portal

GET
/api/approval-artifacts/{artifactId}/portal
Code sample: Shell / cURL
curl --request GET \
--url https://auth.example.com/api/approval-artifacts/example/portal

Return the no-store HTML portal page for completing an approval artifact.

artifactId
required
string

HTML portal page for approval artifact completion.

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