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 16 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. Unbound access uses Basic Auth (clientId/secret) OAuth flow.

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

Follow this link for autothentication example:

Cognito Client Integration - Machine to Machine (Unbound Access)


Follow this link for the API library reference:

Swagger Documentation

  • No labels