Authentication
STS Cloud uses API keys to allow access to the API. You can request an API key by contacting your Account Manager or by contacting our support team.
For ease of use in integrating with a variety of third-party applications, the STS Cloud API uses vanilla HTTP GET requests. STS Cloud expects an API key to be included as part of the URI's querystring parameters in each API request, along with a valid username. API keys and users are company-specific – to properly authenticate, the API key and the username provided must be valid and belong to the same company.
https://stscloud.com/interfaces/ENDPOINT?username=USERNAME&key=API_KEY
Replace
ENDPOINTwith the desired endpoint (as described in this documentation),USERNAMEwith your username, andAPI_KEYwith your API key.
Last updated