Returns the public Case.dev services catalog derived from docs.case.dev/services. This endpoint is unauthenticated and intended for discovery surfaces such as the case.dev homepage.
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
}
]
}Was this page helpful?
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
}
]
}