Skip to main content
DELETE

Authorizations

Authorization
string
header
required

Org-scoped Norbelys API key. Create one in Settings → API keys and send it as Authorization: Bearer ak_….

Path Parameters

id
string
required

The resource id (path).

Response

OK

config
IntegrationConfig · object | null
required

Per-connection settings: notification toggles, the Slack channel, and the CRM sync-direction settings.

id
string
required

The integration id.

Example:

"intc_f7g3h9j5k1l7m3n9p5q1r7s3"

lastError
string | null
required

The last import or auth failure message, or null.

Example:

"invalid_grant: refresh token revoked"

provider
string
required

The connected app for this integration.

Minimum string length: 1
Example:

"slack"

status
enum<string>
required

Connection status: pending (authorization not finished yet), active, error (the credential needs a reconnect), or revoked.

Available options:
pending,
active,
error,
revoked
Example:

"active"

createdAt
any

Connect instant (RFC 3339).

lastSyncAt
any

When the last import ran (RFC 3339), or null before the first.

object
any
default:integration

Always "integration".

updatedAt
any

Last-update instant (RFC 3339).