Change History |
---|
Table of Contents |
---|
Overview
You can lookup a USTA player profile given a USTA uaid. Tne player profile should be called on demand rather than storing the profile within your application. Data within the profile changes frequently and can become stale quickly.
API
This API is called once per player.
URI
Code Block |
---|
https://services.usta.com/v1/dataexchange/profile/search?limit=1 |
Body
Code Block |
---|
{ "selection":{ "uaid":"2006874790" }, "output":{ "ratings":true, "wtn":true } } |
Response
One customer profile is returned per call.
...