Skip to main content
GET
/
services
curl -X GET "https://api.case.dev/services" \
  -H "Authorization: Bearer $CASEDEV_API_KEY"
{
  "services": [
    {
      "id": "<string>",
      "name": "<string>",
      "description": "<string>",
      "icon": "<string>",
      "href": "<string>",
      "order": 123
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.case.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Response

200 - application/json

Services catalog retrieved successfully

services
object[]
required