Skip to main content
Version: 202607

Get theme file version by version ID

GET 

/openapi/2026-07/themes/:theme_id/doc/versions/:version_id

Retrieves a specific version of a theme file by its version ID.

Request

Path Parameters

    theme_id stringrequired

    Theme's unique identifier

    version_id stringrequired

    Version's unique identifier

Responses

OK

Schema
    codestring

    error code

    messagestring

    error message

    data object
    version object

    Version

    idstring

    Theme file version ID

    versionstring

    Version

    created_atstring

    Creation timestamp, in ISO-8601 format

    theme_idstring

    Theme ID

    typestring

    Type

    locationstring

    Location

    updated_atstring

    Last update timestamp, in ISO-8601 format