Add a new domain to DLL whitelist

POST dll_whitelist_domains

The POST dll_whitelist_domains adds a new domain to your organization's DLL domain whitelist.

📘

Note:

Only an org admin can call this API.

Resource URL

{CAMPAIGN_API_ENDPOINT}/rest/orgs/{orgId}/dll_whitelist_domains

Example response

{
    "meta": {
        "attributes": {},
        "generalErrors": [],
        "fieldErrors": {},
        "links": [
            {
                "url": " https://api-campaign-us-5.goacoustic.com/rest/orgs/24061/dll_whitelist_domains/923",
                "type": "location"
            }
        ],
        "nextPageUrl": null
    },
    "data": {
        "id": 923
    }
}

Response codes

CodeNameDescription
201CreatedRequest was successful.
400Bad requestMalformed, missing, otherwise invalid values supplied with the request. The error message will provide more details.
403ForbiddenThe user does not have access to this resource.
404Not foundThe requested resource was not found.