Create a folder

Create a folder in an organization.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <API_KEY>, where API_KEY is your API key.

Path parameters

orgIdstringRequired
Organization that will contain the folder.

Headers

X-Account-IdstringRequired
Account that owns the organization.

Request

This endpoint expects an object.
namestringRequired

New folder name. Use 1-64 letters, numbers, underscores, or hyphens; spaces are not allowed.

Response

The created folder name.
folderstring
The name of the new folder.

Errors

400
Bad Request Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
500
Internal Server Error