Integrations

List available inbound and outbound integrations. Note: this resource is paginated.

get
Query parameters
start-indexinteger · int32Optional

an integer specifying the starting point (beginning with 0) when paging through a list of entities

Default: 0
max-resultsinteger · int32 · max: 100Optional

the maximum number of results when paging through a list of entities.

Default: 50
Responses
200
list of integrations
application/json
get
GET /api/integrations HTTP/1.1
Host: 
Accept: */*
200

list of integrations

[
  {
    "id": "text",
    "name": "text",
    "type": "INBOUND",
    "iconUrl": "text",
    "documentationUrl": "text",
    "integrationPath": "text"
  }
]

Was this helpful?