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
Code | Name | Description |
---|---|---|
201 | Created | Request was successful. |
400 | Bad request | Malformed, missing, otherwise invalid values supplied with the request. The error message will provide more details. |
403 | Forbidden | The user does not have access to this resource. |
404 | Not found | The requested resource was not found. |