Templates
Generate Boarding Link from Tempate
Generates a boarding link from a boarding template.
GET
Authorizations
Most endpoints require an organization
token. Some endpoints require an application
token, and those endpoints are noted.
Path Parameters
The boarding template ID. Can be found at the end of the boarding template URL in PartnerHub. Example: https://partner-sandbox.payabli.com/myorganization/boarding/edittemplate/80
. Here, the template ID is 80
.
Ignore readOnly 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.
Was this page helpful?