Quick Start Guide
Get started with the Hidesc REST API in minutes. Follow these steps to integrate your applications with Hidesc.
Getting Started
Step 1
Navigate to App Marketplace
- Click on Settings (gear icon) in the sidebar
- Click on App Integrations
- Click Browse Marketplace button
Step 2
Install REST API & Webhook App
- Find the "REST API & Webhook" app in the marketplace
- Click View Details to see app information
- Click Install button
- Select templates if required (optional)
- Click Confirm to complete installation
Step 3
Get Your API Credentials
After installation, you will receive a Secret Key (also called API Key or Bearer Token).
Important: Copy and save your Secret Key immediately. The Secret Key is shown only once. Store it securely - treat it like a password.
Make Your First Request
Test the API connection with a simple health check:
curl -X GET "https://your-domain.hidesc.com/main/api/public/health"This endpoint doesn't require authentication and returns the API status.