Skip to main content
POST
Enable monitoring for a base

Authorizations

Authorization
string
header
required

API key for authentication.

Body

application/json
baseId
string
required
Example:

"appkGlXEiufQLn1Qd"

baseName
string
required
Example:

"Sales CRM"

workspaceId
string
required
Example:

"wspXXXXXXXXXXXXXX"

scope
enum<string>

Which changes are logged โ€” all, schema changes only, or record changes only.

Available options:
all,
schema_only,
records_only
Example:

"all"

timezone
string

Timezone for the Changes table's date column ('utc' or an IANA id). Defaults to 'utc'.

Example:

"Europe/Berlin"

Response

Monitoring enabled.

config
Monitoring Config ยท object