Get the public profile of a campaign
Returns the publicly viewable profile of a campaign — used by affiliate landing pages, no merchant authentication required.
Returns the publicly viewable profile of a campaign — used by affiliate landing pages, no merchant authentication required.
Path Parameters
Response Body
application/json
curl -X GET "https://app.refcampaign.com/api/v1/campaigns/string/public"{
"success": false,
"error": {
"code": "UNAUTHORIZED",
"message": "string",
"details": null
},
"meta": {
"timestamp": "2019-08-24T14:15:22Z",
"requestId": "string"
}
}Update a campaign PUT
Updates a campaign by id. Commission duration is controlled by commissionRecurring and recurringMonthsLimit. commissionRecurring=false means only the first attributed payment earns commission. commissionRecurring=true with recurringMonthsLimit=null means lifetime recurring commissions. commissionRecurring=true with recurringMonthsLimit=12 means recurring payments remain commissionable for 12 months. Limited windows start at the first attributed payment / initial conversion, not the first click.
List the affiliates participating in a campaign GET
Suivant