Skip to main content
API

Get list of integrations

x-ms-visibility: "important"

Use this endpoint to get list of all integrations.

Request Body

Use the body for advanced criteria, for example if platform integrations should be included

    platformIntegrations boolean
    customerIntegrations boolean
Responses

Return the JSON representation of integrations


Schema
  • Array [
  • integrationType string
    integrations object[]
  • Array [
  • integrationName string
    integrationId string
    integrationType string
    integrationStatus string
    platformIntegration boolean

    True if this is platform integration, ie. credentials exchange has been done here for other parties

    integrationVersion string
  • ]
  • ]
Loading...