Blogs
Returns public blogs accessible to the current API key.
GET
https://api.getdrock.com/api/v1/blogsAuth Required| Parameter | Type | Description |
|---|---|---|
Authorization | Header | Required. Format: Bearer <API_KEY>. |
Example Response
json
{
"blogs": [
{
"id": "blog_123",
"slug": "product-updates",
"name": "Product Updates",
"description": "Latest releases",
"coverImageUrl": "https://[bucket-id].supabase.co/storage/v1/object/public/blog-media/articles/mon-image.jpg",
"isPublic": true,
"visibleOnPlatform": true,
"updatedAt": "2026-03-20T15:02:11.000Z"
}
]
}visibleOnPlatform controls whether the blog is shown in Drock public surfaces. It does not block API access if the blog is public and the key is allowed to read it.