Endpoint
POST /api/v1/number-lookups/{id}/import-contacts
Paramètres
| Champ | Type | Requis | Emplacement | Description |
|---|---|---|---|---|
id | UUID | oui | path | ID de la vérification terminée |
groupId | UUID | non | body | Groupe cible |
tag | string | non | body | Tag à appliquer aux contacts importés |
Réponse succès 200
{
"data": {
"requested": 730,
"created": 650,
"updated": 80,
"skipped": 0
}
}