Skip to main content

Integration service (v1)

Download OpenAPI specification:Download

Integrations

Get the list of integrations and their link statuses

header Parameters
X-Scope-OrgID
string

Tenant header

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Install integration with an external system

query Parameters
system
required
string

External system name

header Parameters
X-Scope-OrgID
string

Tenant header

Responses

Response samples

Content type
application/json
{
  • "_links": {
    },
  • "_embedded": {
    },
  • "message": "string",
  • "logref": "string",
  • "path": "string"
}

Remove an integration with an external system

query Parameters
system
required
string

External system name

header Parameters
X-Scope-OrgID
string

Tenant header

Responses

Response samples

Content type
application/json
{
  • "_links": {
    },
  • "_embedded": {
    },
  • "message": "string",
  • "logref": "string",
  • "path": "string"
}

OAuth

OAuth 2.0 link flow callback

path Parameters
code
required
string

An authorization code to be exchanged for an access token

state
required
string <uuid>

A unique identifier of the flow, the same as in the initial request

header Parameters
X-Scope-OrgID
string

Tenant header

Responses

Response samples

Content type
application/json
{
  • "_links": {
    },
  • "_embedded": {
    },
  • "message": "string",
  • "logref": "string",
  • "path": "string"
}