{ "opencollection": "1.0.0", "info": { "name": "Segment Config Alias Regulations API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Regulations", "type": "folder" }, "items": [ { "info": { "name": "List regulations", "type": "http" }, "http": { "method": "GET", "url": "https://platform.segmentapis.com/v1beta/regulations", "params": [ { "name": "pagination[cursor]", "value": "", "type": "query", "description": "Cursor for pagination. Use the cursor returned in a previous response to fetch the next page." }, { "name": "pagination[count]", "value": "", "type": "query", "description": "Number of items to return per page." }, { "name": "status", "value": "", "type": "query", "description": "Filter by regulation status." } ] }, "docs": "Returns a list of data privacy regulation requests in the workspace." }, { "info": { "name": "Create regulation", "type": "http" }, "http": { "method": "POST", "url": "https://platform.segmentapis.com/v1beta/regulations", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new data privacy regulation request, such as a suppression or deletion request." } ] } ], "bundled": true }