Hidesc REST API Documentation

The Hidesc REST API allows you to integrate your applications with Hidesc programmatically. Manage tasks, contacts, projects, users, and OKRs with secure Bearer token authentication.

Base URL

https://app.hidesc.com/main/api/public

Authentication

All API requests require Bearer token authentication. Include your API token in the Authorization header.

Available Endpoints

Contacts API

Tasks API

Projects API

Users API

OKRs API

Rate Limiting

API requests are rate limited. Check response headers for current limits and remaining quota.

Response Format

All responses are in JSON format with consistent structure including success status and data payload.

API Documentation

Hidesc REST API Documentation

Complete guide to integrating your applications with Hidesc using our REST API. Manage tasks, contacts, projects, and more.

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.