Logo
Acquired.com API API Documentation

List all customers

GET {{url}}customers

Returns a list of all customers. Customers are returned by creation date, with the most recently created customers showing first.

https://docs.acquired.com/reference/fetch-all-customers

 

Body PARAM

Key Datatype Required Description 
offset
null The record to start the response on.
limit
null A limit on the scope of values returned in the response.
filter
null Limit the fields returned in the response to the ones you need.
Company-Id
null Unique ID assigned by Acquired.com for your company.



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X GET 'https://test-api.acquired.com/v1/customers?offset=&limit=&filter=&Company-Id='

ENDPOINTS