Skip to main content
The REST base URL is https://api.boxpressd.com. Functional routes are versioned under /v1 and require x-boxpressd-key. Only GET /health and the interactive GET /docs route are anonymous.

Response conventions

Single-resource responses use a data object. Search responses include data and pagination. Public IDs are opaque and type-prefixed. REST search uses cursor pagination. Pass the returned endCursor as cursor on the next request. limit defaults to 20 and cannot exceed 100.
The REST contract intentionally focuses on common search and lookup operations. Use GraphQL for brands, venues, events, relationships, and most connected-user collections.