Getting Started with HempDash API
Complete guide to integrating with HempDash platform
- Basic API knowledge
- Partner account
Build powerful integrations with our RESTful API. Access comprehensive documentation, code examples, and developer tools to connect your applications with HempDash.
Generate your API key from the dashboard below
Test the API with our interactive documentation
Follow our guides to implement common use cases
Main production API for order management
live*********************f456Testing and development environment
test*********************i012https://api.gethempdash.com/v1/ordersList all orders
/v1/ordersCreate a new order
/v1/orders/{id}Get order details
/v1/orders/{id}Update order
/v1/productsList products
/v1/analyticsGet analytics data
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"
Complete guide to integrating with HempDash platform
Clean, predictable endpoints following REST best practices. JSON request/response format for easy integration.
Detailed API reference with code examples in multiple languages. Interactive playground to test endpoints.
Real-time event notifications for orders, deliveries, and more. Configure webhooks for instant updates.
Generous rate limits based on your partner tier. Real-time monitoring of API usage and quotas.
Secure API key authentication with support for multiple keys. Sandbox and production environments.
Official SDKs for JavaScript, Python, Ruby, and PHP. Community libraries for other languages.
/v1/ordersList all orders with filtering and pagination
/v1/ordersCreate a new order
/v1/productsRetrieve product catalog
/v1/analyticsAccess performance metrics and analytics
/v1/webhooksConfigure webhook subscriptions
Need help with your integration? We're here to assist.