Create Test Folder

Create a test folder. Max depth is 3.

Authentication

AuthorizationBearer

Enter your API key with the Bearer prefix, e.g. ‘Bearer sk_…’.

Request

This endpoint expects an object.
namestringRequired
parent_folder_idstring or nullOptional

Prefixed wire identifier (folder_<26 char Crockford base32>) of the parent folder. Omit / null for a root-level folder.

Response

Created folder.
idstring

Prefixed wire identifier (folder_<26 char Crockford base32>). URL paths accept only this prefixed form; legacy UUID path parameters are rejected with 404.

namestring
created_atdatetime
updated_atdatetime
parent_folder_idstring or null

When set, prefixed wire identifier (folder_<26 char Crockford base32>) of the parent folder. Null means root.

Errors

400
Bad Request Error
401
Unauthorized Error