CaraCara API

List patient tags

Get all unique patient tags used within the tenant.

Get all unique patient tags used within the tenant.

GET
/patients/tags

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/tags" \
  -H "Authorization: Bearer <token>"

List of tags.

{
  "tags": [
    "string"
  ]
}