API Reference

The Boardwalk REST API is available at https://api.tryboardwalk.com/v1. All requests require a Bearer token (see Authentication).

Base URL

All endpoints are relative to:

https://api.tryboardwalk.com/v1

Request Format

  • Request bodies use JSON (Content-Type: application/json).
  • All timestamps are epoch milliseconds.
  • Endpoints that create resources require an Idempotency-Key header (UUID v4).

Endpoints

The API is organized around these resource groups:

Pagination

List endpoints use cursor-based pagination. Responses include a next_cursor field when more results are available. Pass it as the cursor query parameter to fetch the next page.