Authorizations
Query Parameters
Unique identifier of an object. Consists of object class prefix and a UUID
Example:
"Cust_c40bea18-c0c9-44b1-bd0c-43f5283e1670"
Unique identifier of an object. Consists of object class prefix and a UUID
Example:
"Cust_c40bea18-c0c9-44b1-bd0c-43f5283e1670"
Status of the invoice:
- PendingValidation - Invoice awaits manual review
- ReadyForPayment - invoice can be paid
- Paid - invoice was paid
Available options:
pending_validation
, ready_for_payment
, paid
Filter for customer metadata. metadata[0]=key1&metadata[1]=key2 (multiple keys present)
Required range:
x >= 0
Pagination direction:
- Forward - from first entry to last
- Backward - from last entry to first
Available options:
forward
, backward
Response
200 - application/json
Customers
A paginated result of the requested resource This is based on Keyset Pagination https://vladmihalcea.com/sql-seek-keyset-pagination/