Blogs

Returns public blogs accessible to the current API key.

GEThttps://api.getdrock.com/api/v1/blogsAuth Required
ParameterTypeDescription
Authorization
HeaderRequired. 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.