POST
/
contacts
/
bulk-import
curl --request POST \
  --url https://api.wapikit.com/api/contacts/bulk-import \
  --header 'Content-Type: multipart/form-data'
{
  "message": "<string>"
}

Body

new contact info

The body is of type object.

Response

200
application/json

contact object

The response is of type object.