Headers

List Headers

get

List all Headers items.

Header is a reusable HTTP header definition with schema, examples, and optional structured content.

Authorizations
AuthorizationstringRequired

Project API key authentication. Use your project API key as a Bearer token in the Authorization header.

Path parameters
versionIdstring · min: 30 · max: 30Required

Catalog version identifier

Example: ver_c4x6k3w8j7n9b1z5s2t4m8q0ve
Query parameters
afterstringOptional

Cursor for pagination (item ID)

limitinteger · min: 1 · max: 1000Optional

Maximum number of items to return (default: 50, max: 1000)

Default: 50
sortany ofOptional

Sort order. Use 'prop' for ascending, '-prop' for descending. Multiple params supported (e.g. sort=name&sort=-createdAt)

stringOptional
or
string[]Optional
Responses
chevron-right
200

List of Headers

application/json
get
/v2/catalog/versions/{versionId}/headers

Create Header

post

Create a new Header item.

Header is a reusable HTTP header definition with schema, examples, and optional structured content.

Authorizations
AuthorizationstringRequired

Project API key authentication. Use your project API key as a Bearer token in the Authorization header.

Path parameters
versionIdstring · min: 30 · max: 30Required

Catalog version identifier

Example: ver_c4x6k3w8j7n9b1z5s2t4m8q0ve
Body

Header is a reusable HTTP header definition with schema, examples, and optional structured content.

idstring · min: 31 · max: 31Optional

Object ID with prefix "head_"

Default: head_agob4v2per3ujmlkvf4a6byk2iExample: head_c4x6k3w8j7n9b1z5s2t4m8q0ve
namestringRequired

Header name; case-insensitive when serialized in HTTP.

Example: Authorization
versionIdstring · min: 30 · max: 30Required

Object ID with prefix "ver_"

Example: ver_c4x6k3w8j7n9b1z5s2t4m8q0ve
updatedAtstring · nullableOptionalDefault: 2026-02-02T12:32:44.324ZExample: 2024-01-15T10:30:00.000Z
descriptionstringOptional

Plain description of what the header conveys.

Example: Bearer token for authentication.
requiredbooleanOptional

Marks the header as required for the request or response.

deprecatedbooleanOptional
stylestring · enumOptional

Serialization style for the header (simple = comma-separated).

Example: simplePossible values:
explodebooleanOptional

Controls whether arrays/objects are split into separate values instead of a single combined string.

schemaany ofOptional

JSON Schema describing the header value.

Example: {"type":"string"}
or
or
or
or
or
or
or
Responses
post
/v2/catalog/versions/{versionId}/headers

Get Header

get

Get a Header item by its id.

Header is a reusable HTTP header definition with schema, examples, and optional structured content.

Authorizations
AuthorizationstringRequired

Project API key authentication. Use your project API key as a Bearer token in the Authorization header.

Path parameters
versionIdstring · min: 30 · max: 30Required

Catalog version identifier

Example: ver_c4x6k3w8j7n9b1z5s2t4m8q0ve
idstring · min: 31 · max: 31Required

Header identifier

Example: head_c4x6k3w8j7n9b1z5s2t4m8q0ve
Responses
chevron-right
200

Header details

application/json
get
/v2/catalog/versions/{versionId}/headers/{id}

Replace Header

post

Completely replaces a Header item by its id.

Header is a reusable HTTP header definition with schema, examples, and optional structured content.

Authorizations
AuthorizationstringRequired

Project API key authentication. Use your project API key as a Bearer token in the Authorization header.

Path parameters
versionIdstring · min: 30 · max: 30Required

Catalog version identifier

Example: ver_c4x6k3w8j7n9b1z5s2t4m8q0ve
idstring · min: 31 · max: 31Required

Header identifier

Example: head_c4x6k3w8j7n9b1z5s2t4m8q0ve
Body

Header is a reusable HTTP header definition with schema, examples, and optional structured content.

idstring · min: 31 · max: 31Optional

Object ID with prefix "head_"

Default: head_agob4v2per3ujmlkvf4a6byk2iExample: head_c4x6k3w8j7n9b1z5s2t4m8q0ve
namestringRequired

Header name; case-insensitive when serialized in HTTP.

Example: Authorization
versionIdstring · min: 30 · max: 30Required

Object ID with prefix "ver_"

Example: ver_c4x6k3w8j7n9b1z5s2t4m8q0ve
updatedAtstring · nullableOptionalDefault: 2026-02-02T12:32:44.324ZExample: 2024-01-15T10:30:00.000Z
descriptionstringOptional

Plain description of what the header conveys.

Example: Bearer token for authentication.
requiredbooleanOptional

Marks the header as required for the request or response.

deprecatedbooleanOptional
stylestring · enumOptional

Serialization style for the header (simple = comma-separated).

Example: simplePossible values:
explodebooleanOptional

Controls whether arrays/objects are split into separate values instead of a single combined string.

schemaany ofOptional

JSON Schema describing the header value.

Example: {"type":"string"}
or
or
or
or
or
or
or
Responses
chevron-right
200

Header replaced

application/json
post
/v2/catalog/versions/{versionId}/headers/{id}

Delete Header

delete

Delete a Header item by its id.

Header is a reusable HTTP header definition with schema, examples, and optional structured content.

Authorizations
AuthorizationstringRequired

Project API key authentication. Use your project API key as a Bearer token in the Authorization header.

Path parameters
versionIdstring · min: 30 · max: 30Required

Catalog version identifier

Example: ver_c4x6k3w8j7n9b1z5s2t4m8q0ve
idstring · min: 31 · max: 31Required

Header identifier

Example: head_c4x6k3w8j7n9b1z5s2t4m8q0ve
Responses
delete
/v2/catalog/versions/{versionId}/headers/{id}

No content

Update Header

patch

Partially updates a Header item by its id.

Header is a reusable HTTP header definition with schema, examples, and optional structured content.

Authorizations
AuthorizationstringRequired

Project API key authentication. Use your project API key as a Bearer token in the Authorization header.

Path parameters
versionIdstring · min: 30 · max: 30Required

Catalog version identifier

Example: ver_c4x6k3w8j7n9b1z5s2t4m8q0ve
idstring · min: 31 · max: 31Required

Header identifier

Example: head_c4x6k3w8j7n9b1z5s2t4m8q0ve
Body
idstring · min: 31 · max: 31Optional

Object ID with prefix "head_"

Default: head_agob4v2per3ujmlkwc6gey64x4Example: head_c4x6k3w8j7n9b1z5s2t4m8q0ve
namestringOptional

Header name; case-insensitive when serialized in HTTP.

Example: Authorization
versionIdstring · min: 30 · max: 30Optional

Object ID with prefix "ver_"

Example: ver_c4x6k3w8j7n9b1z5s2t4m8q0ve
updatedAtstring · nullableOptionalDefault: 2026-02-02T12:32:44.324ZExample: 2024-01-15T10:30:00.000Z
descriptionstringOptional

Plain description of what the header conveys.

Example: Bearer token for authentication.
requiredbooleanOptional

Marks the header as required for the request or response.

deprecatedbooleanOptional
stylestring · enumOptional

Serialization style for the header (simple = comma-separated).

Example: simplePossible values:
explodebooleanOptional

Controls whether arrays/objects are split into separate values instead of a single combined string.

schemaany ofOptional

JSON Schema describing the header value.

Example: {"type":"string"}
or
or
or
or
or
or
or
Responses
chevron-right
200

Header updated

application/json
patch
/v2/catalog/versions/{versionId}/headers/{id}

List Headers

get

List all Headers items.

Header is a reusable HTTP header definition with schema, examples, and optional structured content.

Authorizations
AuthorizationstringRequired

Project API key authentication. Use your project API key as a Bearer token in the Authorization header.

Path parameters
projectRefany ofRequired

Project slug or project id (proj_*)

string · min: 31 · max: 31Optional

Object ID with prefix "proj_"

Example: proj_c4x6k3w8j7n9b1z5s2t4m8q0ve
or
string · min: 1Optional
versionTypestring · enumRequired

Version type, can be either 'branch' or 'environment'

Example: branchPossible values:
versionSlugstring · min: 1Required

Version slug

Example: main
Query parameters
afterstringOptional

Cursor for pagination (item ID)

limitinteger · min: 1 · max: 1000Optional

Maximum number of items to return (default: 50, max: 1000)

Default: 50
sortany ofOptional

Sort order. Use 'prop' for ascending, '-prop' for descending. Multiple params supported (e.g. sort=name&sort=-createdAt)

stringOptional
or
string[]Optional
Responses
chevron-right
200

List of Headers

application/json
get
/v2/catalog/projects/{projectRef}/{versionType}/{versionSlug}/headers

Create Header

post

Create a new Header item.

Header is a reusable HTTP header definition with schema, examples, and optional structured content.

Authorizations
AuthorizationstringRequired

Project API key authentication. Use your project API key as a Bearer token in the Authorization header.

Path parameters
projectRefany ofRequired

Project slug or project id (proj_*)

string · min: 31 · max: 31Optional

Object ID with prefix "proj_"

Example: proj_c4x6k3w8j7n9b1z5s2t4m8q0ve
or
string · min: 1Optional
versionTypestring · enumRequired

Version type, can be either 'branch' or 'environment'

Example: branchPossible values:
versionSlugstring · min: 1Required

Version slug

Example: main
Body

Header is a reusable HTTP header definition with schema, examples, and optional structured content.

idstring · min: 31 · max: 31Optional

Object ID with prefix "head_"

Default: head_agob4v2per3ujmlkvf4a6byk2iExample: head_c4x6k3w8j7n9b1z5s2t4m8q0ve
namestringRequired

Header name; case-insensitive when serialized in HTTP.

Example: Authorization
versionIdstring · min: 30 · max: 30Required

Object ID with prefix "ver_"

Example: ver_c4x6k3w8j7n9b1z5s2t4m8q0ve
updatedAtstring · nullableOptionalDefault: 2026-02-02T12:32:44.324ZExample: 2024-01-15T10:30:00.000Z
descriptionstringOptional

Plain description of what the header conveys.

Example: Bearer token for authentication.
requiredbooleanOptional

Marks the header as required for the request or response.

deprecatedbooleanOptional
stylestring · enumOptional

Serialization style for the header (simple = comma-separated).

Example: simplePossible values:
explodebooleanOptional

Controls whether arrays/objects are split into separate values instead of a single combined string.

schemaany ofOptional

JSON Schema describing the header value.

Example: {"type":"string"}
or
or
or
or
or
or
or
Responses
post
/v2/catalog/projects/{projectRef}/{versionType}/{versionSlug}/headers

Get Header

get

Get a Header item by its id.

Header is a reusable HTTP header definition with schema, examples, and optional structured content.

Authorizations
AuthorizationstringRequired

Project API key authentication. Use your project API key as a Bearer token in the Authorization header.

Path parameters
projectRefany ofRequired

Project slug or project id (proj_*)

string · min: 31 · max: 31Optional

Object ID with prefix "proj_"

Example: proj_c4x6k3w8j7n9b1z5s2t4m8q0ve
or
string · min: 1Optional
versionTypestring · enumRequired

Version type, can be either 'branch' or 'environment'

Example: branchPossible values:
versionSlugstring · min: 1Required

Version slug

Example: main
idstring · min: 31 · max: 31Required

Header identifier

Example: head_c4x6k3w8j7n9b1z5s2t4m8q0ve
Responses
chevron-right
200

Header details

application/json
get
/v2/catalog/projects/{projectRef}/{versionType}/{versionSlug}/headers/{id}

Replace Header

post

Completely replaces a Header item by its id.

Header is a reusable HTTP header definition with schema, examples, and optional structured content.

Authorizations
AuthorizationstringRequired

Project API key authentication. Use your project API key as a Bearer token in the Authorization header.

Path parameters
projectRefany ofRequired

Project slug or project id (proj_*)

string · min: 31 · max: 31Optional

Object ID with prefix "proj_"

Example: proj_c4x6k3w8j7n9b1z5s2t4m8q0ve
or
string · min: 1Optional
versionTypestring · enumRequired

Version type, can be either 'branch' or 'environment'

Example: branchPossible values:
versionSlugstring · min: 1Required

Version slug

Example: main
idstring · min: 31 · max: 31Required

Header identifier

Example: head_c4x6k3w8j7n9b1z5s2t4m8q0ve
Body

Header is a reusable HTTP header definition with schema, examples, and optional structured content.

idstring · min: 31 · max: 31Optional

Object ID with prefix "head_"

Default: head_agob4v2per3ujmlkvf4a6byk2iExample: head_c4x6k3w8j7n9b1z5s2t4m8q0ve
namestringRequired

Header name; case-insensitive when serialized in HTTP.

Example: Authorization
versionIdstring · min: 30 · max: 30Required

Object ID with prefix "ver_"

Example: ver_c4x6k3w8j7n9b1z5s2t4m8q0ve
updatedAtstring · nullableOptionalDefault: 2026-02-02T12:32:44.324ZExample: 2024-01-15T10:30:00.000Z
descriptionstringOptional

Plain description of what the header conveys.

Example: Bearer token for authentication.
requiredbooleanOptional

Marks the header as required for the request or response.

deprecatedbooleanOptional
stylestring · enumOptional

Serialization style for the header (simple = comma-separated).

Example: simplePossible values:
explodebooleanOptional

Controls whether arrays/objects are split into separate values instead of a single combined string.

schemaany ofOptional

JSON Schema describing the header value.

Example: {"type":"string"}
or
or
or
or
or
or
or
Responses
chevron-right
200

Header replaced

application/json
post
/v2/catalog/projects/{projectRef}/{versionType}/{versionSlug}/headers/{id}

Delete Header

delete

Delete a Header item by its id.

Header is a reusable HTTP header definition with schema, examples, and optional structured content.

Authorizations
AuthorizationstringRequired

Project API key authentication. Use your project API key as a Bearer token in the Authorization header.

Path parameters
projectRefany ofRequired

Project slug or project id (proj_*)

string · min: 31 · max: 31Optional

Object ID with prefix "proj_"

Example: proj_c4x6k3w8j7n9b1z5s2t4m8q0ve
or
string · min: 1Optional
versionTypestring · enumRequired

Version type, can be either 'branch' or 'environment'

Example: branchPossible values:
versionSlugstring · min: 1Required

Version slug

Example: main
idstring · min: 31 · max: 31Required

Header identifier

Example: head_c4x6k3w8j7n9b1z5s2t4m8q0ve
Responses
delete
/v2/catalog/projects/{projectRef}/{versionType}/{versionSlug}/headers/{id}

No content

Update Header

patch

Partially updates a Header item by its id.

Header is a reusable HTTP header definition with schema, examples, and optional structured content.

Authorizations
AuthorizationstringRequired

Project API key authentication. Use your project API key as a Bearer token in the Authorization header.

Path parameters
projectRefany ofRequired

Project slug or project id (proj_*)

string · min: 31 · max: 31Optional

Object ID with prefix "proj_"

Example: proj_c4x6k3w8j7n9b1z5s2t4m8q0ve
or
string · min: 1Optional
versionTypestring · enumRequired

Version type, can be either 'branch' or 'environment'

Example: branchPossible values:
versionSlugstring · min: 1Required

Version slug

Example: main
idstring · min: 31 · max: 31Required

Header identifier

Example: head_c4x6k3w8j7n9b1z5s2t4m8q0ve
Body
idstring · min: 31 · max: 31Optional

Object ID with prefix "head_"

Default: head_agob4v2per3ujmlkxcys2vf6oyExample: head_c4x6k3w8j7n9b1z5s2t4m8q0ve
namestringOptional

Header name; case-insensitive when serialized in HTTP.

Example: Authorization
versionIdstring · min: 30 · max: 30Optional

Object ID with prefix "ver_"

Example: ver_c4x6k3w8j7n9b1z5s2t4m8q0ve
updatedAtstring · nullableOptionalDefault: 2026-02-02T12:32:44.324ZExample: 2024-01-15T10:30:00.000Z
descriptionstringOptional

Plain description of what the header conveys.

Example: Bearer token for authentication.
requiredbooleanOptional

Marks the header as required for the request or response.

deprecatedbooleanOptional
stylestring · enumOptional

Serialization style for the header (simple = comma-separated).

Example: simplePossible values:
explodebooleanOptional

Controls whether arrays/objects are split into separate values instead of a single combined string.

schemaany ofOptional

JSON Schema describing the header value.

Example: {"type":"string"}
or
or
or
or
or
or
or
Responses
chevron-right
200

Header updated

application/json
patch
/v2/catalog/projects/{projectRef}/{versionType}/{versionSlug}/headers/{id}

Last updated