Events

This REST API is used to view the following events:
  • Audit events. Events that involve the lifecycle of an API, Application, Packages, Plans, Community, Provider, Topic, Comment and monitor the subscriptions per package, access token requests per API, Developer Portal system usage and so on.
  • User events. Events that are created based on your settings on the Advanced tab of the Security screen. For the list of log events that you can configure, see Specifying advanced security settings.

List of resources

  • GET /events

    Retrieves the list of events based on the specified query parameter.

    Specify the required query parameter value for the variable, system:
    • Core. To view the events related to APIs and other assets such as packages, communities, and so on.
    • UMC. To view the events related to user activities such as user creation, user login, and so on.
  • DELETE /events

    Deletes the list of events based on the specified query parameter.

  • POST /events/transactions

    Allows you save the events received from third-party providers.

  • GET /events/{id}

    Retrieves an audit event by its Id.

Sample cURL Command

curl --location --request GET 'developer_portal_rest_base/events' \
--header 'Authorization: Basic basic_auth'