...
The USTA API provides a toolkit for accessing USTA data from properly credentialed partner applications. The API is organized around RESTful calling style that works with standard HTTP calls. All requests should be made over SSL. All requests and responses as well as errors are encoded in JSON. This document provides developers with an introduction to integrating your application with the USTA API.
API Scopes
The USTA API is broken up in three types of requests:
- Bound Requests are for accessing data pertaining to the account that is currently logged in.
- Unbound Requests are for accessing data pertaining to any USTA account.
- Reference Requests are for accessing metadata not pertaining to any account.
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.
...