Deprecation Notice

Api V3 is being deprecated on July 1st, 2023. Please consider updating to V5

V5 Api Documentation


GET /campaigns/:id/challenges

Retrieves the challenges for a campaign.

{
  "meta": {
    "status": 200
  },
  "data": [
    {
      "id": 466,
      "name": "Bounty hunters! We don't need this scum.",
      "amount": 91,
      "totalAmountRaised": 186,
      "active": true,
      "activatesOn": 1498169329000,
      "campaignId": 231,
      "endsAt": 1505762373000,
      "createdAt": 1498232189000,
      "updatedAt": 1498232189000
    },
    {
      // ...
    }
  ],
}

Examples

GET /campaigns/42/challenges

Returns a list of challenges with the campaign ID of 42.

curl https://tiltify.com/api/v3/campaigns/42/challenges

results matching ""

    No results matching ""