Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Page Tree Search |
---|
Tip |
---|
To request API credentials, email a request to worldtennisnumber@usta.com |
Overview
The following is are a few of the common problems that developers encounter when using the USTA Connect API.
Invalid JOSE
HeadersHeaders… Error
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 being passed as a Bearer token. You can check it it 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.
Info |
---|
There are different urls for requesting tokens (Authorization Service) and making api calls (Application Service). Authorization Service:
Application Service:
|
Documentation
Panel | ||
---|---|---|
| ||
On this page: |
Table of Contents |
---|
Subtopics:
Panel | ||
---|---|---|
| ||
|
Documentation:
Panel | ||
---|---|---|
| ||
More Reading: https://worldtennisnumber.com/ Quick Reference: World Tennis Number https://ustadigital.atlassian.net/wiki/spaces/DEV/pages/39638433862 |