API Mode - Unbound
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.
OAuth Flow
Unbound access uses Basic Auth (clientId/secret) OAuth flow.
Base URL
Documentation
Follow this link for autothentication example:
Cognito Client Integration - Machine to Machine (Unbound Access)
Follow this link for the API library reference:
Be the first to add a reaction
On This Page: