ApprovalRequestResponse
A response for a newly created approval request.
type ApprovalRequestResponse {
callbackSecret: String!
id: ID!
portalUrl: String!
}
Fields
ApprovalRequestResponse.callbackSecret
● String!
non-null scalar
A unique secret that can be used to verify the authenticity of the callback.
ApprovalRequestResponse.id
● ID!
non-null scalar
The ID of the newly created approval request.
ApprovalRequestResponse.portalUrl
● String!
non-null scalar
The URL to the newly created approval request in the portal
Returned By
createApprovalRequest
mutation