Skip to main content
POST
/
v1
/
emails
cURL
curl --request POST \
  --url https://api.afficone.com/v1/emails \
  --header 'Content-Type: application/json-patch+json' \
  --header 'X-Affi-Key: <api-key>' \
  --data '
{
  "id": "<string>",
  "emails": [
    "<string>"
  ]
}
'

Authorizations

X-Affi-Key
string
header
required

Body

id
string
required
Minimum string length: 1
emails
string[]
required

Response

200

OK