GET
/
v1
/
api
/
campaigns
curl --request GET \
  --url https://earn.turtle.vision/v1/api/campaigns
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "description": "<string>",
    "chains": [
      "<string>"
    ]
  }
]

Response

200 - application/json; charset=utf-8

The response is of type CampaignInfo · object[].