cURL
curl --request POST \ --url https://api-alpha.fourvenues.com/integrations/subscriptions/{email} \ --header 'integration_id: <api-key>' \ --header 'secret: <api-key>' \ --header 'x-api-key: <api-key>'
{ "success": true }
Insert subscription for an email.
Identifier of the integration (Auth v1)
Secret of the organization (Auth v1)
API key (Auth v2)
Email for subscription
HTTP OK
true