Logo
Acquired.com API API Documentation

Get customer cards

GET {{url}}customers/:customer_id/cards

Retrieve a list of all cards belonging to a customer. All cards are associated to the customer_id.

https://docs.acquired.com/reference/fetch-customer-cards

 

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.



HEADERS

Key Datatype Required Description 




RESPONSES

status





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

ENDPOINTS