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
id*string
Response Body
application/json
curl -X GET "https://app.refcampaign.com/api/v1/campaigns/string/public"Empty
{
"success": false,
"error": {
"code": "UNAUTHORIZED",
"message": "string",
"details": null
},
"meta": {
"timestamp": "2019-08-24T14:15:22Z",
"requestId": "string"
}
}