Create folder

Create a new folder inside the given folder_id path param.
Rate Limits: 3 calls per 1 second(s) per account_user

Authentication

AuthorizationBearer

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

Path Parameters

account_idstringRequiredformat: "uuid"
A UUID String
folder_idstringRequiredformat: "uuid"
A UUID String

Request

Request body
dataobjectRequired

Response

Created
dataobject

Errors