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 »

GET /access/locations

Gets the Club OS unique id for a member given the userId from one of Club OS's integrated systems. 

GET https://api.club-os.com/access/locations

Success Response

If successful, you will be returned a Location objects containing the following:

PropertyTypeDescription
idIntegerThe Club OS unique id for the location.
nameStringThe name of the location.
Failure Response

If your request fails, you will receive a Response object containing the following:

PropertyTypeDescription
statusBooleanWill always be false.
responsesResponseMessage[]An array of ResponseMessage objects describing the error.

GET /access/services

Gets the Club OS unique id for a member given the userId from one of Club OS's integrated systems. 

GET https://api.club-os.com/access/services

Success Response

If successful, you will be returned a Strings containing the following:

PropertyTypeDescription
Service NameStringThe name of the services your account can access.
Failure Response

If your request fails, you will receive a Response object containing the following:

PropertyTypeDescription
statusBooleanWill always be false.
responsesResponseMessage[]An array of ResponseMessage objects describing the error.
  • No labels