Understanding Your API URL
The API URL Path is an address that allows you to interact with STSG2 API endpoints.
The {basePath} for resources on the STSG2 API is:
https://host/api/v1
The base path consists of:
-
host
-
API identifier "api"
-
API version "v1"
Example base path:
https://zyx-stsg2.somedomain.com/api/v1
Example of an Organization API request (more in respective API sections):
-
{basePath}/organizations/{orgShortName}/locations/{locRef}/revenueCenters/{rvcRef}
-
https://host/api/v1/organizations/tfoinc/locations/fdmnh144/revenueCenters/42"
To acquire your URL, open the EMC, click the Setup tab, click Enterprise Parameters, and then click the Applications tab. The Simphony Transaction Services (Gen2) Services URL field shows the URL.