Allowed Scopes: payable:read

Returns an extract (snapshot) of payables requested via the POST API. Requires the returned key as a parameter.

Due to its asynchronous nature, we recommend to poll this endpoint every 5 minutes until status is "COMPLETE" or "ERROR".

The list of expenses is returned under "result.data" when its status is "COMPLETE". The response is paginated (30 payables per page), where the current page number is returned under "result.meta.pagination". Snapshots are typically cached for 12 hours.

These two APIs (POST and GET) are implemented based on the asynchronous request-response pattern, decoupling long-running backend jobs from the synchronous nature of REST APIs.

For more information about payables, see this guide.

Language
Authorization
OAuth2
URL
Click Try It! to start a request and see the response here!