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
Request Headers
Requests must have this request type specified in the header.
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.
On This Page: