Get Folder

Retrieve an owned document folder.

Authentication

AuthorizationBearer

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

Path parameters

folder_idUUIDRequired
Folder ID.

Response

This endpoint returns an object.
idUUID
Folder ID.
namestring
Display name.
created_atdatetime
Creation time.
updated_atdatetime
Last update time.
parent_idUUIDOptional
Parent folder ID, or null for a root folder.

Errors

401
Authentication Error
404
Folder Not Found