Generate boarding link

View as MarkdownOpen in Claude
Generates a boarding link from a boarding template.

Path parameters

ignoreEmptybooleanRequired

Ignore read-only and empty fields. Default is false. If ignoreEmpty = false and any field is empty, then the request returns a failure response. If ignoreEmpty = true, the request returns the boarding link name regardless of whether fields are empty.

templateIddoubleRequired

The boarding template ID. You can find this at the end of the boarding template URL in the Payabli Portal. Example: https://partner-sandbox.payabli.com/myorganization/boarding/edittemplate/80. Here, the template ID is 80.

Response

Success.
responseTextstring

Response text for operation: ‘Success’ or ‘Declined’.

responseDatastringOptional

Reference name for boarding link (if responseText = Success) or List of empty fields separated by comma (if responseText = Fail)

Errors

400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error
503
Service Unavailable Error