v1

latestOpenAPI 3.1.02026-07-241280174.1 KB

Create

Create a new external integration.

post/v3/integrations

Request body

typestring required

The integration type

namestring required

The name of the integration

dataobject

The authentication data for the integration

Response

200

Example response

{
  "integration": {
    "slug": "00000000-0000-0000-0000-000000000000",
    "name": "my-integration",
    "type": "aws"
  }
}