v1

latestOpenAPI 3.1.02026-07-261344388.3 KB
Integration

Create integration

Create a new integration within the specified project.

post/api/projects/{projectId}/integrations

Path parameters

projectIdstring uuid required

Project ID

Request body

namestring required

Name of the integration

descriptionstring nullable

Description of the integration

groupstring nullable

Group the integration belongs to

type'http' required

Type of integration

kindstring required

Unique kind identifier (lowercase, alphanumeric with dots and underscores)

Response

Created integration

idstring uuid required

Unique identifier of the integration

type'http' required

Type of integration

namestring required

Name of the integration

descriptionstring nullable

Description of the integration

groupstring nullable

Group the integration belongs to

kindstring required

Unique kind identifier for the integration

projectIdstring uuid required

Project ID the integration belongs to

createdAtstring required

Timestamp when the integration was created

updatedAtstring required

Timestamp when the integration was last updated

deletedAtstring nullable

Timestamp when the integration was deleted