POST /folders
Create a folder, optionally nested inside an existing one.
Held in this tab only (sessionStorage) and sent to the base URL above. Closing the tab clears it.
Parameters
Section titled “Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
name | string | yes | |
parent_id | string | no | Nest inside this folder, e.g. “fld_abc123”. |
Responses
Section titled “Responses”| Status | Meaning |
|---|---|
200 | Create folder |
400 | Invalid or missing parameters. |
401 | Missing or invalid API key. |
403 | The key lacks the “feeds:write” scope. |
429 | Rate limit exceeded. See Retry-After. |
Requires the feeds:write scope.