...
- Bound requests are for accessing data pertaining to the account that is currently logged in. This is designed for access from the browser (client).
- Unbound requests are for accessing data pertaining to any USTA account. This is designed to for server side machine-to-machine access.
- Reference requests are for accessing metadata not pertaining to any account.
Authentication
USTA uses AWS Cognito as the Identity Provider. Bound access uses Authentication Code bearer token paradigm. Unbound access uses Basic Auithentication. Examples of both can be found
Credentials
This is a secure API and requires credentials to accessing the data. The USTA must issue credentials prior to using the API. If you require credentials, please contact USTA.
...