List Customers
Fetch a list of all customers
Customers
GET
https://api.finove.com.br/api/v1/merchant/customers
Returns a list of customers and information about their payments and credit line. This endpoint can also be used to find a specific customer through the query parameters.
Query Parameters
Name
Type
Description
search
string
cnpj of the client, to retrieve only report for that client. Digits only.
Headers
Name
Type
Description
Authorization
string
Access token received from Authentication API. Needs to be on format "Bearer <YOUR_ACCESS_TOKEN>"
Last updated