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

« Previous Version 4 Current »

The Club OS API v 2.0 provides endpoints for accessing the Club OS Calendar, Agreements, Leads, Follow-Ups and KPIs.  Email support@club-os.com to setup an account and receive your username and password.

Authentication

  • Authentication URL: https://api2.club-os.com/authenticate?username={username}&password={password}
  • Response back will be {"token":"{token}"}
  • A token is good for 24 hours
  • Each request to the API after authentication must include this header with every request: "Authorization: {token}"

Swagger Documentation


  • No labels