This API can be called to fetch NTRP rating for one UAID at a time.
URI
GET {BASE_URL}/v1/usta-service/customers/<UAID>/ntrpPath variables
| | | |
|---|
UAID | String | Required | Player UAID |
Responses
| | |
|---|
200 - Success | {
"ratingDate": "2025-12-31T00:00:00",
"ratingType": "C",
"ratingExpiration": "2028-12-31T00:00:00",
"ratingYear": 2025,
"ntrpRating": 2.0
} | Standard Response. One player NTRP rating is returned per call. |
401 - UNAUTHORIZED | | Indicates that the request requires user authentication information. The client MAY repeat the request with a suitable Authorization header field. |
500 Service error | | Unexpected server error |
Sample Curl
The following is a sample curl to retrieve a player membership status.
Where:
--header 'Authorization: Bearer eyJraW...
specifies the token that you retrieved using the https://account-ustaconnect.usta.com/oauth2/token endpoint.
curl --location 'https://api-ustaconnect.usta.com/v1/usta-service/customers/<UAID>/ntrp' \
--header 'Authorization: Bearer eyJraW...