{ "opencollection": "1.0.0", "info": { "name": "api.peopledatalabs.com Subscription API", "version": "5.0" }, "items": [ { "info": { "name": "Subscription", "type": "folder" }, "items": [ { "info": { "name": "/v5/subscription", "type": "http" }, "http": { "method": "GET", "url": "https://api.peopledatalabs.com/v5/subscription", "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Retrieves a list of subscriptions." }, { "info": { "name": "/v5/subscription", "type": "http" }, "http": { "method": "POST", "url": "https://api.peopledatalabs.com/v5/subscription", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Creates a new subscription." }, { "info": { "name": "/subscription/", "type": "http" }, "http": { "method": "GET", "url": "https://api.peopledatalabs.com/v5/subscription/:subscription_id", "params": [ { "name": "subscription_id", "value": "", "type": "path", "description": "The ID of the subscription" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Retrieves a subscription based on object ID." }, { "info": { "name": "/v5/subscription/", "type": "http" }, "http": { "method": "PUT", "url": "https://api.peopledatalabs.com/v5/subscription/:subscription_id", "params": [ { "name": "subscription_id", "value": "", "type": "path", "description": "The ID of the subscription." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Updates a subscription." }, { "info": { "name": "/v5/subscription/", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.peopledatalabs.com/v5/subscription/:subscription_id", "params": [ { "name": "subscription_id", "value": "", "type": "path", "description": "The ID of the subscription." } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Deletes a subscription." } ] } ], "bundled": true }