Retrieves the details of an existing campaign specified by its unique identifier.
Last updated 14 days ago
Method
URL
GET
https://api.getrewardful.com/v1/campaigns/:id
curl https://api.getrewardful.com/v1/campaigns/ceaef6d9-767e-49aa-a6ab-46c02aa79604 \ -u YOUR_API_SECRET:
Response code
Body
200
A (JSON)
404
JSON object describing the error.
{ "error": "Campaign not found: " }
401
Description of the authentication failure.
{ "error": "Invalid API Secret." }