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_id
Folder ID.
Response
This endpoint returns an object.
id
Folder ID.
name
Display name.
created_at
Creation time.
updated_at
Last update time.
parent_id
Parent folder ID, or null for a root folder.
Errors
401
Authentication Error
404
Folder Not Found
