To access the Shorter Loop API, use the following base URL:Production:#
https://api.shorterloop.com
Sandbox:#
https://qa-api.prodeasy.com
This URL serves as the entry point for all API requests. Each endpoint you need will be appended to this base URL.Example#
If you want to fetch a list of products, you would use:Production:#
https://api.shorterloop.com/api/users/initiatives
Sandbox:#
https://qa-api.prodeasy.com/api/users/initiatives
Make sure to use HTTPS for secure communication. For detailed information about each endpoint, refer to our API documentation. Modified at 2024-07-15 11:40:13