Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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.

  • No labels