Retrieve a card
Retrieve a single card.
These endpoints are in beta testing. Some features may not work as documented or may behave unexpectedly.
Get single card
GET
https://{{account_id}}.acquire.io/api/v1/crm/view/{{cardId}}
Retrieve data for a single card. The cardId must be passed in to the endpoint as a path parameter.
Query Parameters
Name | Type | Description |
---|---|---|
cardId | integer | Id of the card. |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | Bearer {{api_key}} |
Last updated