{ "opencollection": "1.0.0", "info": { "name": "Auth0 Authentication actions resource-servers API", "version": "1.0.0" }, "items": [ { "info": { "name": "resource-servers", "type": "folder" }, "items": [ { "info": { "name": "Get Resource Servers", "type": "http" }, "http": { "method": "GET", "url": "{auth0_domain}/resource-servers", "params": [ { "name": "identifiers", "value": "", "type": "query", "description": "An optional filter on the resource server identifier. Must be URL encoded and may be specified multiple times (max 10).
e.g. ../resource-servers?identifiers=id1&identifiers=id2" }, { "name": "page", "value": "", "type": "query", "description": "Page index of the results to return. First page is 0." }, { "name": "per_page", "value": "", "type": "query", "description": "Number 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)." }, { "name": "include_fields", "value": "", "type": "query", "description": "Whether specified fields are to be included (true) or excluded (false)." } ] }, "docs": "Retrieve details of all APIs associated with your tenant." }, { "info": { "name": "Create a Resource Server", "type": "http" }, "http": { "method": "POST", "url": "{auth0_domain}/resource-servers", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new API associated with your tenant. Note that all new APIs must be registered with Auth0. For more information, read APIs." }, { "info": { "name": "Get a Resource Server", "type": "http" }, "http": { "method": "GET", "url": "{auth0_domain}/resource-servers/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID or audience of the resource server to retrieve." }, { "name": "include_fields", "value": "", "type": "query", "description": "Whether specified fields are to be included (true) or excluded (false)." } ] }, "docs": "Retrieve API details with the given ID." }, { "info": { "name": "Update a Resource Server", "type": "http" }, "http": { "method": "PATCH", "url": "{auth0_domain}/resource-servers/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID or audience of the resource server to update." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Change an existing API setting by resource server ID. For more information, read API Settings." }, { "info": { "name": "Delete a Resource Server", "type": "http" }, "http": { "method": "DELETE", "url": "{auth0_domain}/resource-servers/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID or the audience of the resource server to delete." } ] }, "docs": "Delete an existing API by ID. For more information, read API Settings." } ] } ], "bundled": true }