Skip to main content
POST
/
v1
/
contacts
/
enrich-bulk
cURL
curl --request POST \
  --url https://api.nuvia.ai/v1/contacts/enrich-bulk \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "contact_ids": [
    "<string>"
  ],
  "fields": [],
  "list_id": "<string>",
  "list_name": "<string>"
}
'

Authorizations

Authorization
string
header
required

Token JWT de autenticação

Body

application/json
contact_ids
string[]
required
Required array length: 1 - 500 elements
Pattern: ^[a-f\d]{24}$
fields
enum<string>[]
required
Required array length: 1 - 2 elements
Available options:
email,
phone_number
list_id
string
Pattern: ^[a-f\d]{24}$
list_name
string

Response

202 - undefined