Retrieves the hubs belonging to a given organisation.
curl --request GET \ --url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/hubs \ --header 'Authorization: <api-key>'
{ "totalCount": 123, "next": "<string>", "prev": "<string>", "items": [ { "id": "<string>", "orgId": "<string>", "name": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "deletedAt": "2023-11-07T05:31:56Z" } ] }
Show child attributes