Skip to main content

Authentication

The updates.page API lets you create, publish, and manage posts programmatically.
API access is available on the Business plan.

Base URL

All API requests are made to:
All endpoints accept and return JSON.

Creating an API key

1

Go to API Keys

In the dashboard, navigate to Account → API Keys
2

Create a key

Click to create a new API key and give it a descriptive name
3

Copy the key

Copy the key and store it somewhere safe
Treat API keys like passwords. Don’t commit them to source control or expose them in client-side code.

Using your API key

Send your key in the Authorization header as a Bearer token:

Endpoints

Posts

List, create, publish, and delete posts

Categories

Manage the categories used to organize posts