Paths

List Paths

get

List all Paths items.

Path is an API path entry representing a templated URL segment and any metadata shared by its operations.

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 Paths

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

Create Path

post

Create a new Path item.

Path is an API path entry representing a templated URL segment and any metadata shared by its operations.

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

Path is an API path entry representing a templated URL segment and any metadata shared by its operations.

idstring · min: 31 · max: 31Optional

Object ID with prefix "path_"

Default: path_agob4v2per3ujmlkancosyngmiExample: path_c4x6k3w8j7n9b1z5s2t4m8q0ve
serviceIdstring · min: 30 · max: 30Required

Object ID with prefix "svc_"

Example: svc_c4x6k3w8j7n9b1z5s2t4m8q0ve
pathstringRequired

Concrete API path template (must start with a forward slash).

Example: /users/{userId}
summarystringOptional

Short summary of the path across its operations.

Example: User management endpoints
descriptionstringOptional

Long-form description of the path shared across operations (markdown).

Example: Operations for managing user resources.
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
Responses
post
/v2/catalog/versions/{versionId}/paths

Get Path

get

Get a Path item by its id.

Path is an API path entry representing a templated URL segment and any metadata shared by its operations.

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

Path identifier

Example: path_c4x6k3w8j7n9b1z5s2t4m8q0ve
Responses
chevron-right
200

Path details

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

Replace Path

post

Completely replaces a Path item by its id.

Path is an API path entry representing a templated URL segment and any metadata shared by its operations.

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

Path identifier

Example: path_c4x6k3w8j7n9b1z5s2t4m8q0ve
Body

Path is an API path entry representing a templated URL segment and any metadata shared by its operations.

idstring · min: 31 · max: 31Optional

Object ID with prefix "path_"

Default: path_agob4v2per3ujmlkancosyngmiExample: path_c4x6k3w8j7n9b1z5s2t4m8q0ve
serviceIdstring · min: 30 · max: 30Required

Object ID with prefix "svc_"

Example: svc_c4x6k3w8j7n9b1z5s2t4m8q0ve
pathstringRequired

Concrete API path template (must start with a forward slash).

Example: /users/{userId}
summarystringOptional

Short summary of the path across its operations.

Example: User management endpoints
descriptionstringOptional

Long-form description of the path shared across operations (markdown).

Example: Operations for managing user resources.
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
Responses
chevron-right
200

Path replaced

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

Delete Path

delete

Delete a Path item by its id.

Path is an API path entry representing a templated URL segment and any metadata shared by its operations.

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

Path identifier

Example: path_c4x6k3w8j7n9b1z5s2t4m8q0ve
Responses
delete
/v2/catalog/versions/{versionId}/paths/{id}

No content

Update Path

patch

Partially updates a Path item by its id.

Path is an API path entry representing a templated URL segment and any metadata shared by its operations.

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

Path identifier

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

Object ID with prefix "path_"

Default: path_agob4v2per3ujmlkblppln4xq4Example: path_c4x6k3w8j7n9b1z5s2t4m8q0ve
serviceIdstring · min: 30 · max: 30Optional

Object ID with prefix "svc_"

Example: svc_c4x6k3w8j7n9b1z5s2t4m8q0ve
pathstringOptional

Concrete API path template (must start with a forward slash).

Example: /users/{userId}
summarystringOptional

Short summary of the path across its operations.

Example: User management endpoints
descriptionstringOptional

Long-form description of the path shared across operations (markdown).

Example: Operations for managing user resources.
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
Responses
chevron-right
200

Path updated

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

List Paths

get

List all Paths items.

Path is an API path entry representing a templated URL segment and any metadata shared by its operations.

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 Paths

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

Create Path

post

Create a new Path item.

Path is an API path entry representing a templated URL segment and any metadata shared by its operations.

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

Path is an API path entry representing a templated URL segment and any metadata shared by its operations.

idstring · min: 31 · max: 31Optional

Object ID with prefix "path_"

Default: path_agob4v2per3ujmlkancosyngmiExample: path_c4x6k3w8j7n9b1z5s2t4m8q0ve
serviceIdstring · min: 30 · max: 30Required

Object ID with prefix "svc_"

Example: svc_c4x6k3w8j7n9b1z5s2t4m8q0ve
pathstringRequired

Concrete API path template (must start with a forward slash).

Example: /users/{userId}
summarystringOptional

Short summary of the path across its operations.

Example: User management endpoints
descriptionstringOptional

Long-form description of the path shared across operations (markdown).

Example: Operations for managing user resources.
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
Responses
post
/v2/catalog/projects/{projectRef}/{versionType}/{versionSlug}/paths

Get Path

get

Get a Path item by its id.

Path is an API path entry representing a templated URL segment and any metadata shared by its operations.

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

Path identifier

Example: path_c4x6k3w8j7n9b1z5s2t4m8q0ve
Responses
chevron-right
200

Path details

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

Replace Path

post

Completely replaces a Path item by its id.

Path is an API path entry representing a templated URL segment and any metadata shared by its operations.

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

Path identifier

Example: path_c4x6k3w8j7n9b1z5s2t4m8q0ve
Body

Path is an API path entry representing a templated URL segment and any metadata shared by its operations.

idstring · min: 31 · max: 31Optional

Object ID with prefix "path_"

Default: path_agob4v2per3ujmlkancosyngmiExample: path_c4x6k3w8j7n9b1z5s2t4m8q0ve
serviceIdstring · min: 30 · max: 30Required

Object ID with prefix "svc_"

Example: svc_c4x6k3w8j7n9b1z5s2t4m8q0ve
pathstringRequired

Concrete API path template (must start with a forward slash).

Example: /users/{userId}
summarystringOptional

Short summary of the path across its operations.

Example: User management endpoints
descriptionstringOptional

Long-form description of the path shared across operations (markdown).

Example: Operations for managing user resources.
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
Responses
chevron-right
200

Path replaced

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

Delete Path

delete

Delete a Path item by its id.

Path is an API path entry representing a templated URL segment and any metadata shared by its operations.

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

Path identifier

Example: path_c4x6k3w8j7n9b1z5s2t4m8q0ve
Responses
delete
/v2/catalog/projects/{projectRef}/{versionType}/{versionSlug}/paths/{id}

No content

Update Path

patch

Partially updates a Path item by its id.

Path is an API path entry representing a templated URL segment and any metadata shared by its operations.

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

Path identifier

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

Object ID with prefix "path_"

Default: path_agob4v2per3ujmlkcj5nki5wyaExample: path_c4x6k3w8j7n9b1z5s2t4m8q0ve
serviceIdstring · min: 30 · max: 30Optional

Object ID with prefix "svc_"

Example: svc_c4x6k3w8j7n9b1z5s2t4m8q0ve
pathstringOptional

Concrete API path template (must start with a forward slash).

Example: /users/{userId}
summarystringOptional

Short summary of the path across its operations.

Example: User management endpoints
descriptionstringOptional

Long-form description of the path shared across operations (markdown).

Example: Operations for managing user resources.
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
Responses
chevron-right
200

Path updated

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

Last updated