Getting Started • EPG License Request — RENEWAL License (Internal Oracle APIs)
Start your EPG License Request — RENEWAL License (Internal Oracle APIs) integration
Configure the base URL, authenticate, and make your first request.
Production Base URL
All API requests for EPG License Request — RENEWAL License (Internal Oracle APIs) should be targeted at
https://orpcoic01-axppey24hdht-dx.integration.ocp.oraclecloud.com/ic/api/integration/v1/flows/rest unless testing in a local sandbox.Integration Steps
Configure the base URL
The primary server URL is taken from the first server entry in the OpenAPI specification.
API_BASE_URL=https://orpcoic01-axppey24hdht-dx.integration.ocp.oraclecloud.com/ic/api/integration/v1/flows/restAuthenticate
Use the authentication scheme defined by your OpenAPI file for protected requests.
API_TOKEN=your_access_tokenSend a request
Call one of the operations defined in the OpenAPI file.
curl "$API_BASE_URL/EPGCREATEINVOICE/1.0/createInvoice" \
-X POST \
-H "Authorization: Bearer $API_TOKEN" \
-H "Content-Type: application/json"