The USTA API is a Rest API secured by Amazon Cognito Identity protection. Access to the API is provided by USTA. The API incorporates the following strategy:
API account credentials must be established by USTA in order to access the API.
Secure sign in/sign up is accomplished via Cognito Hosted Login.
All input objects and response objects are formatted as JSON objects.
Implements OAuth2 protocol using access and refresh tokens.
Machine to machine access for server-based applications is available.