Skip to main content
POST
Create asset folder

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Organization-Id
string | null

Body

application/json

POST body.

name
string
required

Response

The created asset folder.

Response shape.

id
string<uuid> | null
org_id
string<uuid> | null
name
string | null
created_by
string<uuid> | null
created_at
string<date-time> | null
updated_at
string<date-time> | null