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 13 Next »

Overview

This page describes how to structure your application to request data from USTA.  This API is not restricted, or "unbound", to the data associated with the user for which the JWT token was requested.   Users must be explicitly permissioned to access these endpoints.

Unbound APIs are designed to be accessed server side for machine-to-machine communication.  It is not safe to implement Unbound APIs from the browser because the customer identity can be determined.  Please use with care. 

Base URL

https://services.usta.com/v1

Documentation

Swagger Documentation

  • No labels