Path | Method | Description |
/v1/accesstokens | GET | Retrieves the list of applications for the currently logged-in user. |
POST | Creates an application for the given event Id. | |
/v1/accesstokens/{appId} | PUT | Renews the access tokens of a specific application associated with the event Id. |
DELETE | Deletes the access tokens of a specific application associated with the event Id. | |
/v1/events | GET | Retrieves the list of events in API Portal filtered by query parameters. |
POST | Updates the status of the list of events in API Portal. | |
/v1/events/apis | POST | Retrieves the list of events for all APIs published in API Portal. |