Skip to main content
POST
Create integration

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

tenant-id
string
required

Specifies the tenant context for the request. All endpoints operate within this tenant scope.

Example:

"tnt_pfh0haxfpzowht3oi213cqos"

Body

application/json

Request body used to create an integration.

Request body used to create an integration.

provider
string
required
Allowed value: "google-drive"
config
object
required

Google Drive integration configuration.

subscriptions
object[]
required
Minimum array length: 1
name
string
required

Human-readable integration name.

Required string length: 1 - 255

Response

Default Response

Standard success response payload wrapped in a data property.

data
object
required

Integration resource returned by the API.