{ "opencollection": "1.0.0", "info": { "name": "Didomi consents/events premium-features API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "premium-features", "type": "folder" }, "items": [ { "info": { "name": "Retrieve a list of premium features", "type": "http" }, "http": { "method": "GET", "url": "https://api.didomi.io/v1/premium-features", "params": [ { "name": "$limit", "value": "", "type": "query", "description": "Number of results to return" }, { "name": "$skip", "value": "", "type": "query", "description": "Number of results to skip" }, { "name": "$sort", "value": "", "type": "query", "description": "Property to sort results" }, { "name": "filter", "value": "", "type": "query", "description": "Query parameters to filter" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns a list of all premium features for the organizations the user belongs to" }, { "info": { "name": "Retrieve a premium-feature", "type": "http" }, "http": { "method": "GET", "url": "https://api.didomi.io/v1/premium-features/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the premium feature to retrieve" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns a single premium feature with the given ID" }, { "info": { "name": "Update a premium feature", "type": "http" }, "http": { "method": "PUT", "url": "https://api.didomi.io/v1/premium-features/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the premium feature to update" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update an existing premium feature" }, { "info": { "name": "Patch a premium feature", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.didomi.io/v1/premium-features/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the premium feature to patch" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Partially update a premium feature" } ] } ], "bundled": true }