Skip to main content

SpringAPIs: Understanding Base URLs & Regions

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


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

Did this answer your question?