Get or Email Link for Boarding Application
Retrieves a link and the verification code used to log into an existing boarding application. This endpoint can also be used to send a link and referenceId for an existing boarding application to an email address. The recipient can use the referenceId and email address to access and edit the application.
Authorizations
Most endpoints require an organization
token. Some endpoints require an application
token, and those endpoints are noted.
Path Parameters
Email address used to access the application. If sendEmail
parameter is true, a link to the application is sent to this email address.
Boarding application ID.
Query Parameters
If true
, sends an email that includes the link to the application to the mail2
address. Defaults to false
.
Response
Boolean indicating whether the operation was successful. A true
value indicates success. A false
value indicates failure.
Auxiliary validation used internally by payment pages and components.
Code for the response. Learn more in API Response Codes.
The object containing the response data.
Response text for operation: 'Success' or 'Declined'.
Was this page helpful?