cURL
curl --request POST \ --url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/hubs \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>" }'
{ "id": "<string>", "orgId": "<string>", "name": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "deletedAt": "2023-11-07T05:31:56Z" }
Create a new Hub for the provided organisation. No request body required as all parameters provided by server.
Payload to create a new Hub.
The body is of type object.
object
A single Hub result
The response is of type object.