Integrations
Query parameters
start-indexinteger · int32OptionalDefault:
an integer specifying the starting point (beginning with 0) when paging through a list of entities
0
max-resultsinteger · int32 · max: 100OptionalDefault:
the maximum number of results when paging through a list of entities.
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?