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 & Venue
Your brand identifier and venue ID
Don’t have credentials yet? Contact [email protected] to get started.
Step 1: Authenticate
First, obtain an access token by calling the authentication endpoint:Save the
token value - you’ll need it for all subsequent API requests. Tokens expire after 1 hour.Step 2: Make Your First Request
Now let’s fetch the list of products using your access token with the required headers: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
Create Receipt
Generate receipts
Next Steps
- Authentication Guide - Learn more about token management
- API Reference - Explore all available endpoints
- Contact Support - Get help with integration