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
- Navigate to your domain settings
- Go to Settings → Tokens
- Click Create Token
- Enter a name and select scopes
- Click Create
Tokens have the format bm_ followed by a random string:
bm_Kx7mN9pQrS2tUvWxYz1a3b5c7d9e0f1g2h3i4j5kUsing the Token
curl -X GET "https://bunmori.com/api/public/my-domain/collections" \
-H "Authorization: Bearer bm_your_token_here"Token Scopes
| Scope | Description |
|---|---|
read | Read access to collections and items |