cURL
curl --request POST \ --url https://{your-subdomain}.neetopublish.com/api/external/v1/email_subscriptions \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <x-api-key>' \ --data ' { "subscriber": { "email": "jsmith@example.com" } } '
{ "message": "<string>" }
{your-subdomain}
X-Api-Key is used to authenticate requests using an API key. Provide your API key in this header to access protected endpoints. Refer to Authentication for more information.
Hide child attributes
Email address of the subscriber.
OK - Request succeeded