Affiliates
List Affiliates
GET/affiliates
This endpoint allows you to fetch a list of marketing affiliates.
`marketing.read`- Marketing Read Only
Affiliate Details
GET/affiliates/{affiliates_id}
This endpoint allows you to fetch details regarding an affiliate by passing the affiliate_id as a path parameter.
`marketing.read`- Marketing Read On...
Create Affiliate
POST/affiliates
This endpoint allows you to create a marketing affiliate.
`marketing.read_write`- Marketing Read & Write
Update Affiliate
PUT/affiliates/{affiliates_id}
This endpoint allows you to update details regarding an affiliate by passing the affiliate_id as a path parameter.
`marketing.read_write`- Marketing ...
Delete Affiliate
DELETE/affiliates/{affiliates_id}
This endpoint allows you to delete an affiliate by passing the affiliate_id as a path parameter.
`marketing.read_write`- Marketing Read & Write