v2

latestOpenAPI 3.1.02026-07-312303692.4 MB
Integration

Create Integration

Create an integration.

post/api/v1/app/{app_id}/integration

Path parameters

app_idstring required

The Application's ID or UID.

Example:unique-identifier

The Application's ID or UID.

Headers

idempotency-keystring

The request's idempotency key

Request body

namestring required
featureFlagsstring[]

The set of feature flags the integration will have access to.

Example request

{
  "name": "Example Integration",
  "featureFlags": []
}

Response

namestring required
idstring required

The Integration's ID.

createdAtstring date-time required
updatedAtstring date-time required
featureFlagsstring[]

The set of feature flags the integration has access to.

Example response

{
  "name": "Example Integration",
  "id": "integ_1srOrx2ZWZBpBUvZwXKQmoEYga2",
  "featureFlags": []
}