{ "opencollection": "1.0.0", "info": { "name": "Auth0 Authentication actions network-acls API", "version": "1.0.0" }, "items": [ { "info": { "name": "network-acls", "type": "folder" }, "items": [ { "info": { "name": "Get All Access Control List Entries for a Tenant", "type": "http" }, "http": { "method": "GET", "url": "{auth0_domain}/network-acls", "params": [ { "name": "page", "value": "", "type": "query", "description": "Use this field to request a specific page of the list results." }, { "name": "per_page", "value": "", "type": "query", "description": "The amount of results per page." }, { "name": "include_totals", "value": "", "type": "query", "description": "Return results inside an object that contains the total result count (true) or as a direct array of results (false, default)." } ] }, "docs": "Get all access control list entries for your client." }, { "info": { "name": "Create Access Control List", "type": "http" }, "http": { "method": "POST", "url": "{auth0_domain}/network-acls", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new access control list for your client." }, { "info": { "name": "Get a Specific Access Control List Entry for a Tenant", "type": "http" }, "http": { "method": "GET", "url": "{auth0_domain}/network-acls/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the access control list to retrieve." } ] }, "docs": "Get a specific access control list entry for your client." }, { "info": { "name": "Update Access Control List", "type": "http" }, "http": { "method": "PUT", "url": "{auth0_domain}/network-acls/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the ACL to update." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update existing access control list for your client." }, { "info": { "name": "Partial Update for an Access Control List", "type": "http" }, "http": { "method": "PATCH", "url": "{auth0_domain}/network-acls/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the ACL to update." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update existing access control list for your client." }, { "info": { "name": "Delete Access Control List", "type": "http" }, "http": { "method": "DELETE", "url": "{auth0_domain}/network-acls/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the ACL to delete" } ] }, "docs": "Delete existing access control list for your client." } ] } ], "bundled": true }