You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 2 Next »
To request API credentials, email a request to worldtennisnumber@usta.com
The following are a few of the common problems that developers encounter when using the USTA Connect API.
If you encounter ‘Invalid JOSE Header…’ errors, there are usually one of two problems that can occur:
Missing, expired or malformed JWT token. Check that your token is valid at jwt.io.
Hitting the wrong environment. Check the that you are hitting the environment that corresponds to your credentials ie Stage vs Prod.
There are different urls for requesting tokens (Authorization Service) and making api calls (Application Service).
Authorization Service:
Stage: https://stage-account.usta.com
Prod: https://account.usta.com
Application Service:
Stage: https://stage-services.usta.com
Prod: https://services.usta.com
Swagger Documentation
On this page:
Subtopics:
Documentation:
More Reading:
Claiming A Player Account
https://worldtennisnumber.com/
Quick Reference: World Tennis Number
https://ustadigital.atlassian.net/wiki/spaces/DEV/pages/39638433862
Quickstart Guide