Settings
Configure your POS control system
API Keys
Use these keys to authenticate API requests from your POS systems
Keep this key secure. It provides full access to all API endpoints.
Use this to verify webhook signatures from Stripe
Laravel Backend URL
Configure the URL of your Laravel API backend
All API calls will be made to this URL
API Endpoints Reference
Available endpoints for your POS integration
POST
Verify license status/api/license/checkGET
List all stores/api/storesGET
Get store details/api/stores/{id}POST
Lock store remotely/api/stores/{id}/lockPOST
Unlock store/api/stores/{id}/unlockPOST
Extend subscription/api/stores/{id}/extendPOST
Stripe webhook handler/api/billing/webhook