Skip to main content
POST
CreateIntegration

Authorizations

Authorization
string
header
required

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

Body

application/json

Request to create an integration.

title
string
required

Human-friendly name for the integration.

Required string length: 1 - 255
config
athena · object
required

Connection configuration. Exactly one config variant must be set; it fixes the integration's type.

Response

200 - application/json

Success

Response from creating an integration.

integration
Integration · object

The created integration, including its assigned id, etag, and any generated outputs.