Version 2 of the Clopos Open API introduces JWT-based authentication and
simplifies request headers. After authentication you only need to send
x-token with each call.Base URL
What changed in v2
- Endpoints live under
/open-api/v2. /authnow requires anintegrator_idalong with your existing client credentials.venue_idis not part of the auth payload.- Subsequent requests require only the
x-tokenheader; brand and venue headers are no longer needed. - Auth responses now return both
expires_inandexpires_at(epoch seconds).