POST
/
contact
/
:contactId
/
item
curl --request POST \
  --url https://api.fint.app/api/v1/contact/:contactId/item \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "itemsToDelete": [
    123
  ],
  "itemsToAdd": [
    123
  ]
}'
{}

Authorizations

x-api-key
string
header
required

Path Parameters

contactId
number
required

Body

application/json
itemsToDelete
number[]
itemsToAdd
number[]

Response

200
application/json
Items agregados o eliminados con éxito

The response is of type object.