Skip to main content
GET
List blog posts (legacy)

Authorizations

Authorization
string
header
required

Pass your Keupera API key as a Bearer token: Authorization: Bearer YOUR_KEUPERA_API_KEY. Generate keys from Account → API Keys in your Keupera dashboard.

Query Parameters

website_id
string<uuid>

Target website. Defaults to the website bound to your API key. Must belong to one of your organizations.

limit
integer
default:100
page
integer
default:1

Page number for paginated endpoints.

Required range: x >= 1

Response

List of blog posts.

data
object[]
meta
object

Pagination metadata.