Managing application and subscription requests
This REST API is used to manage application and subscription requests. You can view and retry application and subscription requests.
List of resources
- GET
/requests
Retrieves the list of requests that belong to the specified type.
- POST
/requests
Creates an application or subscription request with given details.
- GET
/requests/pending
Retrieves the list of pending requests that belong to the specified type.
- GET
/requests/{id}
Retrieves the specified request.
- DELETE
/requests/{id}
Deletes the specified request.
- PUT
/requests/{id}/retry
Retries the pending request for approval.
- GET
/requests/{id}/trace
Retrieves the log trace of the specified request.
Sample cURL Command
curl --location --request GET 'developer_portal_rest_base/requests' \
--header 'Authorization: Basic basic_auth'
The userequests.yaml file is located at SAGInstallDir\DeveloperPortal\developers\openapis.