Quick Start Guide
Get started with the Clopos Open API in just a few simple steps. This guide will walk you through authentication and making your first API request.Prerequisites
Before you begin, make sure you have:API Credentials
Client ID and Client Secret from Clopos
Brand
Your brand identifier
Integrator ID
Required for v2 authentication. Request one from Clopos via this form.
Support
Missing any of the above? Request access via this form.
Step 1: Authenticate
Exchange your credentials for a JWT by calling the v2 auth endpoint. Note that v2 requires anintegrator_id and no longer accepts venue_id in the request body.
Don’t have an
integrator_id yet? Request one from Clopos by filling out this form. See the Authenticate reference for details.Step 2: Make Your First Request
Now let’s fetch the list of products using your access token:Step 3: Explore More Endpoints
Now that you’re authenticated, you can explore other endpoints:Get Categories
Fetch product categories
Create Order
Place a new order
Get Customers
Retrieve customer data
List Receipts
Browse open and closed receipts
Next Steps
- Authentication Guide - Learn more about token management
- API Reference - Explore all available endpoints
- Contact Support - Get help with integration