Logo
Acquired.com API API Documentation

List all cards

GET {{url}}cards

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

https://docs.acquired.com/reference/fetch-all-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 
Company-Id
null Unique ID assigned by Acquired.com for your company.




RESPONSES

status





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

ENDPOINTS