{
"opencollection": "1.0.0",
"info": {
"name": "Partnerize Brands Attribution Campaigns (v1) API",
"version": "1.4.99"
},
"items": [
{
"info": {
"name": "Campaigns (v1)",
"type": "folder"
},
"items": [
{
"info": {
"name": "List Campaigns",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.partnerize.com/user/publisher/:publisher_id/campaign/:status",
"params": [
{
"name": "publisher_id",
"value": "1l1007802",
"type": "path",
"description": "ID of the partner"
},
{
"name": "status",
"value": "a",
"type": "path",
"description": "The status of the partner on the campaign\n\n+ a - approved\n\n+ p - pending\n\n+ r - rejected"
}
]
},
"docs": "View all Campaigns that the Partner is associated with, along with the status of any Participation."
},
{
"info": {
"name": "Request Access to Campaigns (Obsolete)",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://api.partnerize.com/user/publisher/:publisher_id/campaign/:status",
"params": [
{
"name": "publisher_id",
"value": "1l1007802",
"type": "path",
"description": "ID of the partner"
},
{
"name": "status",
"value": "a",
"type": "path",
"description": "The status of the partner on the campaign\n\n+ a - approved\n\n+ p - pending\n\n+ r - rejected"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "This endpoint is now `Obsolete`. Use the [Create Campaign Requests](#operation/createCampaignRequests) endpoint instead.
\nRequest access to one or more Campaigns. If a Campaign has any custom Terms and Conditions then the Partner must agree to these terms when requesting access. This is achieved by passing the latest `terms_id` from the relevant Campaign object. On certain Campaigns, you may find that a Partner will be auto-approved. However, some Brands will stipulate that they wish to"
}
]
}
],
"bundled": true
}