Returns a list of members in an exclusion list. Members in this list should not be sent to any target which subscribes to this list.
Endpoint Path
GET /exclusions/{exclusionId}
Authentication
This endpoint requires Authentication.
Response Type
Item Response of the resource type Exclusions.
Request Parameters
No parameters are defined for this request.
Examples
import requests import json uri = https://supplier-api.cmix.com/api/v2/exclusions/145728 headers = { "Authorization": "Basic Y3JpdGljYWxtaXg6dG9wc2VjcmV0", "Accept": "application/json", "Accept-Version": "1.0", } response = requests.get(uri, headers=headers)
Overview
Content Tools
Add Comment