List vendor connector mappings
GET {{baseUrl}}/vendor-connector-mappings
Retrieves a list of mappings between SaaS vendors and IDN connectors, detailing the connections established for correlation.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
[{"id":"78733556-9ea3-4f59-bf69-e5cd92b011b4","vendor":"Example Vendor","connector":"Example Connector","createdAt":"2024-03-13T12:56:19.391294Z","createdBy":"admin","updatedAt":{"Time":"2024-03-14T12:56:19.391294Z","Valid":true},"updatedBy":{"String":"user-67891","Valid":true},"deletedAt":{"Time":"0001-01-01T00:00:00Z","Valid":false},"deletedBy":{"String":"","Valid":false}},{"id":"78733556-9ea3-4f59-bf69-e5cd92b011b5","vendor":"Another Corporation","connector":"Another Connector","createdAt":"2024-04-13T11:46:19.391294Z","createdBy":"admin","updatedAt":{"Time":"0001-01-01T00:00:00Z","Valid":false},"updatedBy":{"String":"","Valid":false},"deletedAt":{"Time":"0001-01-01T00:00:00Z","Valid":false},"deletedBy":{"String":"","Valid":false}}]