Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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}/subscriptions/latestRetrieve the most recent subscription details of the supplied uaid.
GET/customers/{uaid}/familyMembers/subscriptionsRetrieve a list of USTA subscription details for family members of the supplied uaid.
POST/customers/subscriptionsAdd a USTA subscription to a customer account.
GET/v1/customers/{uaid}/organizations
POST/v1/customers/{uaid}/provider/facilitiesRetrieve a list of facility ids linked to the supplied uaid.
DELETE/v1/customers/{uaid}/provider/facilities/{id}Remove a linked facility from the supplied uaid.

Provider Search

VerbAPI CallDescription
GET

/providers/search/byFirstNameLastNameLook up provider details by first and last name.

...