CaraCara API

Update portal settings

POST
/settings/portal

Authorization

AuthorizationRequiredBearer <token>

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

In: header

Request Body

application/jsonRequired
[key: string]any
curl -X POST "https://platform.caramedical.com/api/v1/settings/portal" \
  -H "Authorization: Bearer <token>" \
  -H "Content-Type: application/json" \
  -d '{}'

Settings updated.