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
...
Property | Type | Description |
id | Integer | The Club OS unique id for the location. |
name | String | The name of the location. |
systemId | String | The 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:
Property | Type | Description |
Service Endpoint Name | String | The name URL of the services your account can accessendpoint. |
Failure Response
If your request fails, you will receive a Response object containing the following:
...