Notifications
Remove Contact from the Deny List
API Documentation
Order
- Background
- Order Address Validation (Geocoding)
- Order Requirements
- POSTCreate Order
- POSTCreate Orders
- POSTCreate or update order by external identifier
- PATCHUpdate order
- GETGet order
- POSTCreate Quote
- GETGet Order Documents
- POSTSelect Quote
- POSTRefresh order quotes
- POSTAutodispatch Order
- POSTAdd Custom Event to Order
- DELArchive order
- PATCHUnarchive order
- Bulk Order Actions
- Delivery Windows & Capacity
Dispatch Strategies
Notifications
Store Locations & Zones
- POSTCreate store location
- PATCHUpdate Store Location
- GETGet Store Location
- GETGet Store Locations
- GETGet store location by external identifier
- DELDelete store location
- GETGet store locations that cover specified location (latitude & longitude, city_zipcode)
- POSTCreate a zone
- PATCHUpdate a zone
- DELDelete a zone
- GETGet zone
- GETGet zones
- GETGet zone by external identifier
- GETGet zones that cover specified location (latitude & longitude, city_zipcode)
Jobs
- Background
- POSTCreate Job
- POSTCreate or Update Job by External Identifier
- PATCHUpdate Job
- GETGet Job
- GETGet Job by External Identifier
- POSTSelect Quote
- POSTReassign a Task
- POSTRefresh Quotes
- POSTAutodispatch Job
- POSTAutodispatch Job by External Identifier
- POSTCancel Job
- POSTCancel Job by External Identifier
- POSTCreate Delivery Incident
- GETGet Refund Requests
- GETGet Refund Request
Batch Jobs
Providers
Routes
Templates
Miscellaneous
Notifications
Remove Contact from the Deny List
Removes a contact from the deny list to opt the user back into communications.
DELETE
/
v1
/
organization-management
/
notifications
/
deny-list
curl --request DELETE \
--url https://api.sandbox.usenash.com/v1/organization-management/notifications/deny-list \
--header 'Content-Type: application/json' \
--data '{
"type": "<string>",
"value": "<string>"
}'
{
"success": true
}
Body
application/json
Expected payload for endpoint assigning role names to a user.
Response
200
application/json
OK
Representation of a success response.
curl --request DELETE \
--url https://api.sandbox.usenash.com/v1/organization-management/notifications/deny-list \
--header 'Content-Type: application/json' \
--data '{
"type": "<string>",
"value": "<string>"
}'
{
"success": true
}