Logo
Acquired.com API API Documentation

Get card details

GET {{url}}cards/:card_id

Retrieve all the details of a specified card, by appending the relating card_id to the URL.

https://docs.acquired.com/reference/fetch-cards-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/cards/:card_id?filter=' -H 'Content-Type: application/json'

ENDPOINTS