GET
/
o
/
{organisation_id}
/
hubs

Path Parameters

organisation_id
string
required

Response

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
required
next
string
prev
string
hubs
object[]
required
hubs.id
string
required

The ID of the Hub

hubs.name
string
required

The name of the Hub

hubs.primaryConnector
object
required

PrimaryConnector is the connector that the Hub is built around.

hubs.isDefault
boolean
required

IsDefault indicates whether this Hub is the default Hub for the organisation. Only one Hub can be the default Hub for an organisation.