API Mode - Bound

Overview

This page describes how to structure your application to request data from USTA.  This API is restricted, or "bound", to the data associated with the user for which the JWT token was requested.   The bound APIs make use of the 'me' semantic, where me refers to the identity of the customer inside the session token.  

Bound APIs are designed to be accessed from the browser.  The identity of the user is protected in the access token.

No other customer info can be accessed using the Bound APIs.

OAuth Flow

Bound access uses Authentication Code Grant OAuth flow.

Base URL

https://services.usta.com/v1

Request Headers

Requests must have this request type specified in the header.

key

value

key

value

content-type

application/json

Documentation

Follow this link for authentication and login example.

Cognito Client Integration - Login/Sign In

 

Foillow this link for the API library reference.

Swagger Documentation