v1.0.0
OAS 3.0.0

Hopstack REST API

API for managing resources in the Hopstack platform.

Authentication

All API requests require authentication using the following headers:

  • x-api-key: Your API key for authentication
  • tenant: Your tenant subdomain (e.g., if you access acme.hopstack.io, your tenant is "acme")

Pagination

When using endpoints that return multiple results, you should:

  1. Keep track of the query parameters (perPage, pageNumber)
  2. Use the returned total value to calculate the total number of pages
  3. Make subsequent calls with updated pageNumber values
  4. We recommend limiting perPage to no more than 100 items for optimal performance
Server: https://api.prod.us-east-1.hopstack.io/api/rest/v1

US East Region

Client Libraries

Orders (Collapsed)

Consignments (Collapsed)

Models