Base URL
Authorization header
Authorization: Bearer <your key>. Requests without
a valid key return 401 Unauthorized. A key is scoped to the workspace it was
created in.
Endpoints
See the available endpoints for posts and channels.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Authenticate REST API requests with an API key.
https://www.postbase.so/api/v1
curl https://www.postbase.so/api/v1/channels \
-H "Authorization: Bearer pb_live_…"
Authorization: Bearer <your key>. Requests without
a valid key return 401 Unauthorized. A key is scoped to the workspace it was
created in.