Returns a list of payables invoice identifiers, optionally filtered to those updated within a time window.
Optional. Provided as an alternative to POST /events for partners that cannot push live event notifications. Implement either the events API or the list endpoints — not both.
Response items contain only external_id. To fetch full invoice details, call GET /payables-invoices/{external_id} for each entry.
Security
OAuth2.0-Partner or Bearer-Token-Partner
- Mock serverhttps://apidocs.bravotran.com/_mock/openapi/payables-invoices
- https://api.yourserver.comhttps://api.yourserver.com/payables-invoices
- OAuth2.0-Partner
- Bearer-Token-Partner
curl -i -X GET \
'https://apidocs.bravotran.com/_mock/openapi/payables-invoices?updated_after=2025-02-17T20%3A32%3A39Z&updated_before=2025-02-18T20%3A32%3A39Z' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
[ { "external_id": "b6d1fdec-81ff-43b9-b422-ae27513047ce" }, { "external_id": "4a1f2ec9-2c9e-4f16-9f70-d7e5d3c1a982" } ]