Rekaz Developer Platform
APIs and webhooks for building integrations with Rekaz.
Use the Rekaz Merchant API to read the public catalog, manage customers, create reservations and subscriptions, generate Rekaz-hosted checkout links, and receive business webhooks.
Public API URL
All merchant public endpoints use this base URL:
https://platform.rekaz.io/api/publicIntegration scope
The merchant API is a server-to-server API. Keep API credentials on your backend and never embed them in a browser or mobile application.
Rekaz returns hosted checkout URLs where applicable. The merchant API does not expose card-processing, refund, invoice-retrieval, or externally-paid endpoints.
Authentication
Every request requires Basic authentication and the tenant header:
Authorization: Basic BASE64_ENCODED_KEY_AND_SECRET
__tenant: YOUR_TENANT_ID
Accept: application/jsonUpdated 7 days ago
Did this page help you?