{ "opencollection": "1.0.0", "info": { "name": "Admin Account / Address Digital Links API", "version": "v3" }, "items": [ { "info": { "name": "Digital Links", "type": "folder" }, "items": [ { "info": { "name": "Return a list of Digital Links", "type": "http" }, "http": { "method": "GET", "url": "http://{defaultHost}/api/v2/platform/digital_links", "params": [ { "name": "page", "value": "1", "type": "query" }, { "name": "per_page", "value": "50", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns a list of Digital Links" }, { "info": { "name": "Create a Digital Link", "type": "http" }, "http": { "method": "POST", "url": "http://{defaultHost}/api/v2/platform/digital_links", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Creates a Digital Link" }, { "info": { "name": "Return a Digital Link", "type": "http" }, "http": { "method": "GET", "url": "http://{defaultHost}/api/v2/platform/digital_links/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns a Digital Link" }, { "info": { "name": "Update a Digital Link", "type": "http" }, "http": { "method": "PATCH", "url": "http://{defaultHost}/api/v2/platform/digital_links/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Updates a Digital Link" }, { "info": { "name": "Delete a Digital Link", "type": "http" }, "http": { "method": "DELETE", "url": "http://{defaultHost}/api/v2/platform/digital_links/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Deletes a Digital Link" }, { "info": { "name": "Reset a Digital Link", "type": "http" }, "http": { "method": "PATCH", "url": "http://{defaultHost}/api/v2/platform/digital_links/:id/reset", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Resets a digital link, allowing further downloads." } ] } ], "bundled": true }