Cognito Endpoints
Stage Environment
USTA has created a staging environment for partners to perform integration testing for Cognito integration. Please make sure to use the URLs listed below. In addition, please limit testing to the sandboxed environment only. Do not test in production.
The following are the most used stage endpoints.
Endpoints
Authorizationhttps://stage-account-ustaconnect.usta.com/oauth2/authorize?response_type=code&client_id={clientId}&redirect_uri={redirectUrl}
Get Token
https://stage-account-ustaconnect.usta.com/oauth2/token
Refresh Token
https://stage-account-ustaconnect.usta.com/oauth2/token
Get Token Client Creds
https://stage-account-ustaconnect.usta.com/oauth2/token?grant_type=client_credentials
Production Environment
Once the application developers have successfully completed testing against the Stage environment, the USTA API team will issue production credentials. The following are the most used production endpoints.
Endpoints
Authorizationhttps://account-ustaconnect.usta.com/oauth2/authorize?response_type=code&client_id={clientId}&redirect_uri={redirectUrl}
Get Token
https://account-ustaconnect.usta.com/oauth2/token
Refresh Token
https://account-ustaconnect.usta.com/oauth2/token
Get Token Client Creds
https://account-ustaconnect.usta.com/oauth2/token?grant_type=client_credentials
On This Page:
Â
Â
Â