Skip to main content
GET
folders
/
{folder_id}
curl -X GET "https://postsyncer.com/api/v1/folders/42" \
  -H "Authorization: Bearer YOUR_API_TOKEN"

Get folder

Returns a single folder if it belongs to a workspace you can access. Includes parent when loaded.

Request

folder_id
integer
required
The id of the folder to retrieve (same as the id field returned by list folders or create folder)
Requires the posts ability.
curl -X GET "https://postsyncer.com/api/v1/folders/42" \
  -H "Authorization: Bearer YOUR_API_TOKEN"