HempDash API & Integrations

Build powerful integrations with our RESTful API. Access comprehensive documentation, code examples, and developer tools to connect your applications with HempDash.

REST APIWebhooksReal-time Updates99.9% Uptime

Quick Start

1. Get API Credentials

Generate your API key from the dashboard below

2. Make Your First Request

Test the API with our interactive documentation

3. Build Your Integration

Follow our guides to implement common use cases

API Keys

Production API

Main production API for order management

production
API Keylive*********************f456
Rate Limit
50,000/hr
Requests Today
8,500
Success Rate
99.6%
Avg Response
145ms

Sandbox API

Testing and development environment

sandbox
API Keytest*********************i012
Rate Limit
1,000/hr
Requests Today
320
Success Rate
99.6%
Avg Response
120ms

API Usage

Total Requests
125,000
Success Rate
99.6%
Avg Response
145ms
Quota Remaining
41,500

Rate Limits

Hourly Limit1250 / 50000
Daily Limit8500 / 500000

API Reference

Base URL: https://api.gethempdash.com
GET/v1/orders

List all orders

POST/v1/orders

Create a new order

GET/v1/orders/{id}

Get order details

PATCH/v1/orders/{id}

Update order

GET/v1/products

List products

GET/v1/analytics

Get analytics data

Authentication

All API requests require authentication using your API key in the Authorization header:

curl -X GET https://api.gethempdash.com/v1/orders \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"

Integration Guides

beginner30 min

Getting Started with HempDash API

Complete guide to integrating with HempDash platform

Prerequisites:
  • Basic API knowledge
  • Partner account
View Guide

API Features

RESTful Architecture

Clean, predictable endpoints following REST best practices. JSON request/response format for easy integration.

Comprehensive Documentation

Detailed API reference with code examples in multiple languages. Interactive playground to test endpoints.

Webhooks

Real-time event notifications for orders, deliveries, and more. Configure webhooks for instant updates.

Rate Limiting

Generous rate limits based on your partner tier. Real-time monitoring of API usage and quotas.

Authentication

Secure API key authentication with support for multiple keys. Sandbox and production environments.

SDKs & Libraries

Official SDKs for JavaScript, Python, Ruby, and PHP. Community libraries for other languages.

Popular Endpoints

GET/v1/orders

List all orders with filtering and pagination

POST/v1/orders

Create a new order

GET/v1/products

Retrieve product catalog

GET/v1/analytics

Access performance metrics and analytics

POST/v1/webhooks

Configure webhook subscriptions

API & Integrations | HempDash Partners | HempDash