Last updated
Was this helpful?
This API is only available with OAuth tokens, and requires access from the Request Finance team. Reach out to us via the Intercom widget to discuss your use case.
Contrary to invoices, there is no test environment for clients: data is shared between staging and production. Make sure to create a separate Request Finance account to test your integration before deploying it to production.
You can list all clients with:
GET https://api.request.finance/clients?type=customer
take
Integer
Only available with &format=paginated. How many items should be returned per page. Default: 25. Maximum: 100.
skip
Integer
Only available with &format=paginated. Use this filter to paginate the results (= skip to a certain page number). Default: 0.
search
String
Only available with &format=paginated. Filter by email or business name.
format
String
You can set the query parameter &format=paginated to enable search and pagination. It will also return the total number of results.
Get the details of one client with:
GET https://api.request.finance/clients/[clientId]
Last updated
Was this helpful?
Was this helpful?