Adds one or more email addresses to an organisation’s DNC list.
organisation_id (int): Organisation ID to which DNC contacts are added.{
"emails": ["[email protected]", "[email protected]"]
}
X-API-Key: API key granting access to the organisation’s DNC list.{ "message": "2 contact(s) successfully added to the DNC list." }
400 Bad Request: Payload fails validation (e.g. invalid email address).403 Forbidden: Authenticated user lacks CRUD rights for the organisation.