Skip to main content
GET
/
compute
/
v1
/
secrets
curl -X GET "https://api.case.dev/compute/v1/secrets" \ -H "Authorization: Bearer $CASEDEV_API_KEY"
{
  "groups": [
    {
      "id": "sg_abc123",
      "name": "legal-apis",
      "description": "API keys for legal research services",
      "createdAt": "2024-01-15T10:30:00Z",
      "updatedAt": "2024-01-15T10:30:00Z"
    },
    {
      "id": "sg_def456",
      "name": "database-creds",
      "description": "Database connection credentials",
      "createdAt": "2024-01-10T14:20:00Z",
      "updatedAt": "2024-01-12T09:15:00Z"
    }
  ]
}

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_

Query Parameters

env
string

Environment name to list secret groups for. If not specified, uses the default environment.

Response

Successfully retrieved secret groups

groups
object[]