API Authentication

List view
Getting started
Managing content in Notion
Understanding Bullet dashboard
Hosting
Membership/Content Gating
Blog
Knowledge base
SEO and metadata
Liquid Syntax
API Documentation
Billing
How to's
Troubleshooting
Themes

API Authentication

To authenticate users, an API Key is required.
This can be obtained from the profile page on the Bullet app. Simply visit https://app.bullet.so/account and locate your API Key.
This key should be used in the form of Bearer authentication.
 
Copy the token and pass it in the header in the following format.
 
Authorization Bearer <API Key here>