Software AG Products 10.5 | Administering API Portal | API Portal REST APIs | Manage Applications (Access Tokens)
 
Manage Applications (Access Tokens)
API Portal provides the capability to retrieve the list of applications, renew or delete the access token required to access an application, view the list of events for APIs, and update the status of events. API Portal provides the following REST APIs and the resources to manage applications and events:
API Details
Path: /v1/accesstokens
Method: GET
Description: Retrieves the list of applications for the currently logged-in user.
Path: /v1/accesstokens
Method: POST
Description: Creates an application for the given event Id.
Path: /v1/accesstokens/{appId}
Method: PUT
Description: Renews the access tokens of a specific application associated with the event Id.
Path: /v1/accesstokens/{appId}
Method: DELETE
Description: Deletes the access tokens of a specific application associated with the event Id.
Path: /v1/events
Method: GET
Description: Retrieves the list of events in API Portal filtered by query parameters.
Path: /v1/events
Method: POST
Description: Updates the status of the list of events in API Portal.
Path: /v1/events/apis
Method: POST
Description: Retrieves the list of events for all APIs published in API Portal.