Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: removed link to calendar endpoints as we don't want customers other than AF using them

...

  • 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

...