Update Interaction Card
Update an interaction card.
These endpoints are in beta testing. Some features may not work as documented or may behave unexpectedly.
Update card
PUT
https://{{account_id}}.acquire.io/api/v1/crm/view/{{cardId}}
Update an interaction card. The cardId must be passed in to the endpoint as a path parameter. A view object must be passed in to the body.
Path Parameters
Name
Type
Description
cardId
integer
ID of the card
Headers
Name
Type
Description
Authorization
string
Bearer {{api_key}}
Request Body
Name
Type
Description
title
string
Title for the card.
view
object
View object. The card configuration.
Body (raw)
Last updated