v1

latestOpenAPI 3.0.02026-07-24161215397.4 KB
Integrations

Get a single integration

Get a single integration by id

Required scopes: flex.settings.integrations.read

get/api/v2/organizations/{orgSlug}/integrations/{integrationId}

Path parameters

integrationIdstring required

integration id

orgSlugstring required

organization slug

Response

_idstring

The _id of the integration.

typestring

The type of the integration.

userstring

The id of the user that created the integration.

locationsstring[]

The locations the integration is enabled for.

Example response

{
  "_id": "6a59d080856fad4ee41952fe",
  "type": "Custom Integration",
  "user": "6a59d080856fad4ee41952ff",
  "settings": {
    "appClientId": "CMyEmnbBa4I4iTAy",
    "secret": "ISUWAVbiyoIaVUyLhr2Fs7byzaqhh1P9",
    "isExternal": true
  },
  "locations": [
    "6a59d080856fad4ee4195300",
    "6a59d080856fad4ee4195301"
  ]
}