Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Overview

This page describes how to structure your application to request data from USTA.  This API is restricted, or "bound", to the data associated with the user for which the JWT token was requested.   

Base URL

https://services.usta.com

Request Headers

Requests must have this request type specified in the header.

keyvalue
content-typeapplication/json

Customer Personal Profile

VerbAPI CallDescription
GET
PUT
PATCH
/customer/{uaid}Retrieve/modify customer personal profile details.
GET/customers/{uaid}/childrenRetrieve a list of uaids for children linked to the specified account.
GET
PUT
/customers/{uaid}/addressesRetrieve/modify customer address.

GET
PUT

/customers/{uaid}/emailsRetrieve/modify customer personal emails.
GET
PUT
/customers/{uaid}/phonesRetrieve/modify customer personal phones.
GET/customers/{uaid}/membershipsRetrieve a list of USTA memberships associated with the supplied uaid.
GET/customers/{uaid}/familyMembers/subscriptionsRetrieve a list of USTA subscription details for family members of the supplied uaid.
GET /customers/{uaid}/subscriptions/latestRetrieve the most recent subscription details of the supplied uaid.

Customer Provider Profile

VerbAPI CallDescription
GET
PUT
PATCH
/customers/me/providersRetrieve/modify customer provider profile details.
GET
PUT
/customers/me/providers/emailsRetrieve/modify customer provider emails.
GET
PUT
/customers/me/providers/phonesRetrieve/modify customer provider phones.
GET/customers/me/providers/facilitiesRetrieve list of facilities ids associated with a customer provider.
GET
PUT
/customers/me/providers/coachingSkillsRetrieve/modify list of coachingSkills associated with a customer provider.
GET
PUT
/customers/me/providers/coachingSpecialtiesRetrieve/modify list of coachingSpecialties associated with a customer provider.
GET
PUT
/customers/me/providers/typesOfPlayerRetrieve/modify list of typesOfPlayer associated with a customer provider.
GET
PUT
/customers/me/providers/rolesRetrieve/modify list of secondary roles associated with a customer provider.

Swagger Documentation

  • No labels