Hive Merchant API
  • Hive Merchant API
  • Quick Start
  • Changelog
  • Reference
    • API Reference
      • General
      • SKUs
      • Orders
      • Shipments
      • Warehouses
      • Restocking Shipments
      • Returns
      • Webhooks
Powered by GitBook
On this page
  • Get your API key
  • Install a REST client
Export as PDF

Quick Start

PreviousHive Merchant APINextChangelog

Last updated 10 months ago

Get your API key

Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error.

You can ask your account manager to create an API key for you.

The production domain for the HIVE API is , the staging domain is

Install a REST client

The API uses JSON extensively. It only accepts requests where the body is valid JSON (so you need to set the header content-type: application/json in your requests). It's easier to interact with it using a REST client. Some options are:

  • for VS code

  • for the command line

https://app.hive.app/
https://staging.app.hive.app/
Insomnia
Postman
REST client extension
curlie