Versions Compared

Key

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

GET /access/locations

Gets the Club OS unique id for a member given the userId from one of Club OS's integrated systems. list of locations that your account can access.

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

...

PropertyTypeDescription
idIntegerThe Club OS unique id for the location.
nameStringThe name of the location.
systemIdStringThe member management / billing system ID for the location.
Failure Response

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

...

GET /access/services

Gets the Club OS unique id for a member given the userId from one of Club OS's integrated systems. list of service endpoints that your account can access.

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

...

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

PropertyTypeDescription
Service Endpoint NameStringThe name URL of the services your account can accessendpoint.
Failure Response

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

...