Skip to main content
GET
/
api
/
Integrations
/
All
Get all Customer Integrations.
curl --request GET \
  --url https://api.example.com/api/Integrations/All
[
  {
    "id": 123,
    "name": "<string>",
    "summary": "<string>",
    "description": "<string>",
    "logoUrl": "<string>",
    "redirectUrl": "<string>",
    "categoryID": 123,
    "statusID": 123
  }
]

Response

200 - application/json

OK

id
integer<int32>
name
string | null
summary
string | null
description
string | null
logoUrl
string | null
redirectUrl
string | null
categoryID
integer<int32>
statusID
integer<int32>