Boarding
Get Boarding App Notes and Events
Learn how to see an application’s notes and events via the Payabli API
To access notes and events on a boarding application via the API, you can send a GET request to /Boarding/read/{appId}
.
In the response, the notes associated with the application are returned in the messages
array. The application’s events are returned in generalEvents
array.
Was this page helpful?