get https://api.finmo.net/v1/customer
Retrieve a list of all customers. You can filter the list with query parameters.
This API comes with Pagination support, you can customize limit
and page
query parameters as per the requirements.
Response
Retrieve a list of all customers. You can filter the list with query parameters.
This API comes with Pagination support, you can customize limit
and page
query parameters as per the requirements.
xxxxxxxxxx
curl --request GET \
--url https://api.finmo.net/v1/customer \
--header 'accept: application/json; charset=utf-8'
Try It!
to start a request and see the response here! Or choose an example: