latestOpenAPI 3.1.02026-08-211286041.7 MB

b0c8a1820333

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

featureFlagsstring[]

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

namestring required

Example request

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

Response

createdAtstring date-time required
featureFlagsstring[]

The set of feature flags the integration has access to.

idstring required

The Integration's ID.

namestring required
updatedAtstring date-time required

Example response

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