Logo
Acquired.com API API Documentation

Retrieve a customer

GET {{url}}customers/:customer_id

Retrieves a customer using the unique customer_id. This identifier can be found in the response after creating a new customer.

https://docs.acquired.com/reference/fetch-customer-by-id

 

Body PARAM

Key Datatype Required Description 
filter
null Limit the fields returned in the response to the ones you need.



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X GET 'https://test-api.acquired.com/v1/customers/:customer_id?filter=' -H 'Content-Type: application/json'

ENDPOINTS