Overview
SpringAPI endpoints are accessed via HTTPS using the appropriate regional base URL for your institution. Match the Base URL for your request to the top-level domain of your subdomain.awardspring.com or subdomain.awardspring.ca site.
All endpoint paths documented in the SpringAPI library are relative to the base URL listed below.
Regional Base URLs
| Region | Base URL | Matches to |
| United States | https://api.awardspring.com | https://*.awardspring.com sites |
| Canada | https://api.awardspring.ca | https://*.awardspring.ca sites |
Full Request Structure
All requests follow this format:
https://{base-url}/{endpoint-path}Example:
GET https://api.awardspring.com/api/award-cycles
HTTPS Requirement
- All SpringAPI traffic must use HTTPS
- HTTP requests are not supported
Notes
- Use the base URL that corresponds to your institution’s hosting region
- All endpoint documentation assumes the base URL is prefixed to the listed path