Glanced
Glanced

Bulk update folder subscriptions

Pause or resume all subscriptions in a folder (recursive through subfolders).

PUT
/v1/folders/{folder_id}/subscriptions
AuthorizationBearer <token>

API key (glanced_live_…). Required on operations marked with this scheme; rejected elsewhere.

In: header

Path Parameters

folder_id*Folder Id

The folder's id

Formatuuid

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

PUT '/v1/folders/{folder_id}/subscriptions'.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X PUT "https://example.com/v1/folders/497f6eca-6276-4993-bfeb-53cbbbba6f08/subscriptions" \  -H "Content-Type: application/json" \  -d '{    "is_active": true  }'
{  "message": "string"}

How is this guide?