curl --request GET \
--url https://platform.versori.com/api/embedded/v1/hubs/{hub_id}/integrations{
"total": 123,
"integrations": [
{
"id": "<string>",
"name": "<string>",
"imageUrl": "<string>",
"screenshotUrl": "<string>",
"description": "<string>",
"variablesSchema": {},
"boardId": "<string>"
}
]
}ListIntegrations returns all the integrations for the given Hub.
This API should not be exposed to End Users via the embedded UI since it includes integrations which have not been published.
curl --request GET \
--url https://platform.versori.com/api/embedded/v1/hubs/{hub_id}/integrations{
"total": 123,
"integrations": [
{
"id": "<string>",
"name": "<string>",
"imageUrl": "<string>",
"screenshotUrl": "<string>",
"description": "<string>",
"variablesSchema": {},
"boardId": "<string>"
}
]
}