Skip to main content

Endpoint

POST /api/v1/contacts

Body

ChampTypeRequisDescription
namestringouiNom complet
phonestringouiNuméro E.164
tagsstring[]nonTags
metaobjectnonMétadonnées

Réponse succès 201

{
  "data": {
    "id": "cnt_uuid",
    "name": "Awa Doe",
    "phone": "+22901000000"
  }
}