The Hubs SDK enables users to authenticate and onboard into external integrations that are connected to your product
https://clientUrl/api/receiveConnectionDetails
, where connection information will be sent
directly.
finaliseTo
or onConnected
. If
finaliseTo
is provided it will take precedence and the onConnected
callback will not be called. If you require
control over how the information is sent to your Backend then the onConnected
callback would be the preferred
option.https://platform.versori.com/apis/hubs-sdk/v1/organisations/{orgId}/hubs/{hubId}/boards/{boardId}/users/{userId}
finaliseTo
endpoint will send connection details directly to your Backend and the
onConnection
callback will not be triggered.https://platform.versori.com/apis/hubs-sdk/v1/organisations/{orgId}/hubs/{hubId}/boards/{boardId}/users/{userId}