Software AG Products 10.7 | 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:
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.