CaraCara API

List custom fields

Get custom field definitions for the tenant.

Get custom field definitions for the tenant.

GET
/patients/custom-fields

Authorization

AuthorizationRequiredBearer <token>

Use your API key (sk_live_* or sk_test_*) as the Bearer token.

In: header

curl -X GET "https://platform.caramedical.com/api/v1/patients/custom-fields" \
  -H "Authorization: Bearer <token>"

Custom field definitions.

{
  "fields": [
    {
      "key": "string",
      "label": "string",
      "type": "text"
    }
  ]
}