Connect API Catalog///
- API Documentation
Creditsafe Connect
- List Company Events
All EventRules
Filtered EventRules
All Notification Events
List Company Events
Endpoint to return a collection of events for the given company, optionally filtered on the supplied search criteria. Event information will only be returned if the company exists in at least one of your portfolios.
Security
bearerToken
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/monitoring/companies/{id}/events
- Production serverhttps://connect.creditsafe.com/v1/monitoring/companies/{id}/events
curl -i -X GET \
'https://connect.sandbox.creditsafe.com/v1/monitoring/companies/{id}/events?startDate=2019-08-24T14%3A15%3A22Z&endDate=2019-08-24T14%3A15%3A22Z&page=0&pageSize=0' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "correlationId": "23921650-c073-11ea-860f-06bc8182190e", "totalCount": 1, "data": [ { … } ], "paging": { "size": 10, "prev": 0, "next": 2, "last": 3 } }