List organization folders

Return folders in an organization.

Authentication

AuthorizationBearer

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

Path parameters

orgIdstringRequired
Organization whose folders to return.

Headers

X-Account-IdstringRequired
Account that owns the organization.

Response

An array of folder names.
folderslist of strings
Folder names in the organization.

Errors

403
Forbidden Error
404
Not Found Error
500
Internal Server Error