Hubs
List Hubs
ListHubs returns all the hubs for the given organisation, but is returned as a paginated list.
GET
/
o
/
{organisation_id}
/
hubs
Path Parameters
organisation_id
string
requiredResponse
200 - application/json
HubsPage contains a list of hubs using Versori's pagination response types. Initially the ListHubs endpoint will return all hubs, but this is subject to change in the future and may become paginated.
totalCount
integer
requirednext
string
prev
string
hubs
object[]
requiredhubs.id
string
requiredThe ID of the Hub
hubs.name
string
requiredThe name of the Hub
hubs.primaryConnector
object
requiredPrimaryConnector is the connector that the Hub is built around.
hubs.isDefault
boolean
requiredIsDefault indicates whether this Hub is the default Hub for the organisation. Only one Hub can be the default Hub for an organisation.