Skip to main content
POST
/
v1
/
enrichment
/
eligibility
cURL
curl --request POST \
  --url https://api.nuvia.ai/v1/enrichment/eligibility \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "contact_ids": [
    "<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}$

Response

200 - application/json