Skip to main content
GET
/
api
/
markdown-plans
List markdown plans
curl --request GET \
  --url https://app.solya.app/api/markdown-plans \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "code": "MK-SS25-A",
      "description": "First markdown wave covering slow-movers from the spring collection",
      "endDate": "2025-06-30",
      "id": "ms-uuid-001",
      "name": "Summer 2025 Wave A",
      "season": "SS25",
      "startDate": "2025-06-01",
      "status": "OPEN"
    },
    {
      "code": "MK-SS25-B",
      "description": null,
      "endDate": "2025-07-31",
      "id": "ms-uuid-002",
      "name": "Summer 2025 Wave B",
      "season": "SS25",
      "startDate": "2025-07-01",
      "status": "DRAFT"
    }
  ],
  "success": true
}

Authorizations

Authorization
string
header
required

User session token issued by NextAuth. For human users accessing Solya via the web application.

Query Parameters

season
string

Filter by season code, e.g. SS24 or FW25

Response

Successful response

data
object
required
success
enum<boolean>
required
Available options:
true