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/portalReturn the no-store HTML portal page for completing an approval artifact.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” artifactId
required
string
Responses
Section titled “ Responses ”HTML portal page for approval artifact completion.
Media type text/html
string
Example
<!doctype html><html><body>Approval portal</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"}