POST
/
contacts
curl --request POST \
  --url https://api.wapikit.com/api/contacts \
  --header 'Content-Type: application/json' \
  --data '[
  {
    "name": "<string>",
    "phone": "<string>",
    "status": "Active",
    "attributes": {},
    "listsIds": [
      "<string>"
    ]
  }
]'
{
  "message": "<string>"
}

Body

application/json · object[]

new contact info

The body is of type object[].

Response

200
application/json

contact object

The response is of type object.