Skip to main content
PATCH
Update Integration

Authorizations

Authorization
string
header
required

Retrieve your API Key from Dashboard API Keys Section.

Path Parameters

integration_id
string
required
Required string length: 24
Pattern: ^[0-9a-f]{24}$
Example:

"5eb7cf5a86d9755df3a6c593"

Body

application/json
logicalId
string | null

Unique identifier for the integration

provider
enum<string> | null

Integration provider type (e.g., microsoft, google, slack).

Available options:
microsoft,
google,
athena,
ecw,
slack,
okta
name
string | null

Friendly name for the integration (e.g., 'Google Calendar Sync').

status
enum<string> | null
default:active

Status of the integration. Defaults to 'active'.

Available options:
active,
inactive
access
enum<string> | null
default:team

Access level for the integration (personal, team, or system).

Available options:
personal,
team,
system
config
Microsoft Integration · object

Microsoft OAuth-based integration configuration.

timezone
string | null
default:UTC

IANA timezone string (e.g., 'America/New_York', 'Asia/Kolkata').

Response

Successful Response

Response model for a single integration. Contains a IntegrationsModel object.

integration
IntegrationsModel · object
required

Single integration object