Bunmori
API Reference

Authentication

How to authenticate with the Bunmori API

Authentication

All API requests require a Bearer token in the Authorization header.

Creating a Token

  1. Navigate to your domain settings
  2. Go to SettingsTokens
  3. Click Create Token
  4. Enter a name and select scopes
  5. Click Create

Tokens have the format bm_ followed by a random string:

bm_Kx7mN9pQrS2tUvWxYz1a3b5c7d9e0f1g2h3i4j5k

Using the Token

curl -X GET "https://bunmori.com/api/public/my-domain/collections" \
  -H "Authorization: Bearer bm_your_token_here"

Token Scopes

ScopeDescription
readRead access to collections and items

On this page