Skip to main content
GET
/
api
/
startup-challenges
List Challenges Endpoint
curl --request GET \
  --url https://api.example.com/api/startup-challenges/
{
  "challenges": [
    {
      "created_at": "<string>",
      "id": "<string>",
      "name": "<string>",
      "status": "active",
      "updated_at": "<string>",
      "description": "<string>",
      "done_steps": 0,
      "steps": [],
      "total_steps": 0,
      "url": "<string>"
    }
  ]
}

Query Parameters

status
enum<string> | null
Available options:
active,
completed,
archived

Response

Successful Response

challenges
ChallengeDetail · object[]
required