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 authenticationtenant
: 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:
- Keep track of the query parameters (perPage, pageNumber)
- Use the returned
total
value to calculate the total number of pages - Make subsequent calls with updated pageNumber values
- We recommend limiting perPage to no more than 100 items for optimal performance
Client Libraries