{ "opencollection": "1.0.0", "info": { "name": "Auth0 Authentication actions grants API", "version": "1.0.0" }, "items": [ { "info": { "name": "grants", "type": "folder" }, "items": [ { "info": { "name": "Get Grants", "type": "http" }, "http": { "method": "GET", "url": "{auth0_domain}/grants", "params": [ { "name": "per_page", "value": "", "type": "query", "description": "Number of results per page." }, { "name": "page", "value": "", "type": "query", "description": "Page index of the results to return. First page is 0." }, { "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": "user_id", "value": "", "type": "query", "description": "user_id of the grants to retrieve." }, { "name": "client_id", "value": "", "type": "query", "description": "client_id of the grants to retrieve." }, { "name": "audience", "value": "", "type": "query", "description": "audience of the grants to retrieve." } ] }, "docs": "Retrieve the grants associated with your account. " }, { "info": { "name": "Delete a Grant by User_id", "type": "http" }, "http": { "method": "DELETE", "url": "{auth0_domain}/grants", "params": [ { "name": "user_id", "value": "", "type": "query", "description": "user_id of the grant to delete." } ] }, "docs": "Delete a grant associated with your account. " }, { "info": { "name": "Delete a Grant by Id", "type": "http" }, "http": { "method": "DELETE", "url": "{auth0_domain}/grants/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the grant to delete." } ] }, "docs": "Delete a grant associated with your account. " } ] } ], "bundled": true }