List Connector Connections
ListConnectorConnections returns a paginated list of Connections, ordered with most recently updated first. Customising the sort behaviour is not currently supported but may be added in the future. Similarly with filtering, this will be implemented in a future release.
Authorizations
Bearer token authentication used by the Versori Platform. External consumers must provide an API key, however internal consumers must provide a JWT id_token issued by our IdP.
Path Parameters
ID is the unique identifier of the Connector.
Query Parameters
Response
ConnectorConnectionPage defines a page of Connection summaries.
ID is the unique identifier of the Connection. Typically this is only used internally and most (if not all)
public-facing APIs will use the name
in combination with the Connector's id
instead.
Name is the name of the Connection.
CreatedAt is the time the Connection was created.
UpdatedAt is the time the Connection was last updated.