Ventia
Interactions
POST
/contact/{idcontact}/transfer
api-key<token>

In: query

Path Parameters

idcontact*string

Request Body

application/json

to*string
description?string

Response Body

application/json; charset=utf-8

curl -X POST "https://api.getventia.com/api/v1.0/contact/string/transfer" \  -H "Content-Type: application/json" \  -d '{    "to": "6234da84259c59d9a555c498"  }'
{
  "message": "The contact was successfully transfered...",
  "success": true
}