Get your API token
Before making API calls, you need your API token. You can find it in your account settings:1
Open Settings
Hover over your profile icon in the top-right corner and select Settings from the popout menu.
2
Copy Your Read API Token
Your Read API Token is displayed in the API section. Click to copy it.
API token types
For this Quickstart, you only need the Read API Token.
Understanding the API endpoint
ButterCMS uses a REST API with a simple URL structure. For Pages, the basic GET endpoint is:- Page Type:
landing-page - Page Slug:
homepage
YOUR_API_TOKEN with your actual token.
Understanding the response
The API returns your content as structured JSON:What you’ve accomplished
You’ve successfully fetched your first page from the ButterCMS API!
- ✅ Locate your API token
- ✅ Construct API requests to fetch page content
- ✅ Parse the JSON response
Next step
Next steps & resources
Explore advanced features and continue your ButterCMS journey.