Skip to main content
GET
/
services
List documented services
curl --request GET \
  --url https://api.case.dev/services \
  --header 'Authorization: Bearer <token>'
{
  "services": [
    {
      "id": "<string>",
      "name": "<string>",
      "description": "<string>",
      "icon": "<string>",
      "href": "<string>",
      "order": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Response

200 - application/json

Services catalog retrieved successfully

services
object[]
required