For the complete documentation index, see llms.txt. This page is also available as Markdown.

Clients

Retrieving clients

You can list all clients with:

GET https://api.request.finance/clients?type=customer

Query Parameters

Name
Type
Description

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?