Skip to main content

API Documentation Growth+This feature requires the Growth+ plan or higher

The EquipDash API provides full programmatic access to your account data. Whether you are building a custom integration, connecting to a third-party service, or developing a mobile app, the API documentation has everything you need.


Accessing the API Docsโ€‹

The full API reference is available at:

https://api-docs.equipdash.com

The documentation includes:

  • Authentication -- how to authenticate using your API key.
  • Quickstart Guide -- get your first API request working in minutes.
  • Endpoint Reference -- detailed documentation for every endpoint, including request parameters, response formats, and example payloads.
  • Error Codes -- a complete list of error responses and how to handle them.

Getting Started with the APIโ€‹

  1. Create an API key -- see Creating API Keys if you have not done this yet.
  2. Read the quickstart -- the API docs include a step-by-step quickstart guide.
  3. Make your first request -- try fetching your bookings list to confirm everything is working.
  4. Set up webhooks -- for real-time event notifications, see Webhooks Setup.

API Base URLโ€‹

All API requests are made to:

https://api.equipdash.com/v1

Include your API key in the Authorization header:

Authorization: Bearer edsk_live_your_key_here

What You Can Do with the APIโ€‹

AreaCapabilities
BookingsList, create, update, cancel bookings
ProductsManage products, inventory, and pricing
ExperiencesManage experiences, schedules, and availability
CustomersCreate and manage customer records
StaffView and manage staff members
Waivers & FormsView forms and submitted responses
SurveysView surveys and responses
PromotionsManage promo codes and vouchers
ReportsAccess reporting and analytics data
SettingsView and update business configuration
WebhooksManage webhook endpoints

Need Help?โ€‹

If you run into issues with the API:

  • Check the Error Codes section in the API docs for troubleshooting common errors.
  • Make sure your API key has the correct scopes for the endpoints you are calling.
  • Reach out to our support team for development-related questions.