Query Parameters
Available options:
internal, external curl --request GET \
--url https://platform.versori.com/api/embedded/v1/hubs/{hub_id}/users/{user_id}/connections{
"totalCount": 123,
"next": "<string>",
"prev": "<string>",
"connections": [
{
"id": "<string>",
"name": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
]
}ListEndUserConnections returns all the Connections for the given End User.
The result may be filtered by hub_connector_id to only return connections for a specific Hub Connector.
curl --request GET \
--url https://platform.versori.com/api/embedded/v1/hubs/{hub_id}/users/{user_id}/connections{
"totalCount": 123,
"next": "<string>",
"prev": "<string>",
"connections": [
{
"id": "<string>",
"name": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
]
}internal, external