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>" ] } '
1
OK
Was this page helpful?