Skip to main content
Version: 202506

Get blog

GET 

/openapi/2025-06/blogs/:id

Retrieve details of a specific blog using its unique identifier.

Request

Path Parameters

    id stringrequired

    Blog ID

Responses

OK

Schema
    codestring

    error code

    messagestring

    error message

    data object
    blog object

    Blog

    idstring

    Blog ID

    titlestring

    Title of the blog

    handlestring

    SEO URL

    seo_titlestring

    SEO title

    seo_descriptionstring

    SEO description

    seo_keywordsstring[]

    SEO keywords

    created_atstring

    Timestamp when blog was created

    updated_atstring

    Timestamp when blog was updated