Search…
⌘K
7
MJ
Dashboard
CMS
Getting Started with the API
Edit Article
Save draft
Update
Title
Excerpt
Preview
# Getting Started Welcome to the platform API. Before making requests, you'll need to generate an API key from the Integrations > API Keys section. ## Authentication All API requests require a Bearer token in the Authorization header: ``` Authorization: Bearer sk_live_your_key_here ``` ## Your First Request Fetch a list of users: ```bash curl https://api.yourdomain.com/v1/users \ -H "Authorization: Bearer sk_live_your_key_here" ```
Publish
Status
Draft
Published
Category
Developers
Administration
Security
Billing
Guides
Allow comments
Author
YT
Yuki Tanaka
4 min read
Tags
api
authentication
quickstart
History
Created
Jan 15, 2026
Last updated
Apr 1, 2026