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
orgId
Organization that will contain the folder.
Headers
X-Account-Id
Account that owns the organization.
Request
This endpoint expects an object.
name
New folder name. Use 1-64 letters, numbers, underscores, or hyphens; spaces are not allowed.
Response
The created folder name.
folder
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

