{ "opencollection": "1.0.0", "info": { "name": "Auth0 Authentication actions connection-profiles API", "version": "1.0.0" }, "items": [ { "info": { "name": "connection-profiles", "type": "folder" }, "items": [ { "info": { "name": "Get Connection Profiles", "type": "http" }, "http": { "method": "GET", "url": "{auth0_domain}/connection-profiles", "params": [ { "name": "from", "value": "", "type": "query", "description": "Optional Id from which to start selection." }, { "name": "take", "value": "", "type": "query", "description": "Number of results per page. Defaults to 5." } ] }, "docs": "Retrieve a list of Connection Profiles. This endpoint supports Checkpoint pagination.\n" }, { "info": { "name": "Create a Connection Profile", "type": "http" }, "http": { "method": "POST", "url": "{auth0_domain}/connection-profiles", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Connection Profile.\n" }, { "info": { "name": "Get Connection Profile Templates", "type": "http" }, "http": { "method": "GET", "url": "{auth0_domain}/connection-profiles/templates" }, "docs": "Retrieve a list of Connection Profile Templates.\n" }, { "info": { "name": "Get Connection Profile Template", "type": "http" }, "http": { "method": "GET", "url": "{auth0_domain}/connection-profiles/templates/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the connection-profile-template to retrieve." } ] }, "docs": "Retrieve a Connection Profile Template.\n" }, { "info": { "name": "Get Connection Profile", "type": "http" }, "http": { "method": "GET", "url": "{auth0_domain}/connection-profiles/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the connection-profile to retrieve." } ] }, "docs": "Retrieve details about a single Connection Profile specified by ID.\n" }, { "info": { "name": "Modify a Connection Profile", "type": "http" }, "http": { "method": "PATCH", "url": "{auth0_domain}/connection-profiles/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the connection profile to update." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the details of a specific Connection Profile.\n" }, { "info": { "name": "Delete Connection Profile", "type": "http" }, "http": { "method": "DELETE", "url": "{auth0_domain}/connection-profiles/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the connection-profile to delete." } ] }, "docs": "Delete a single Connection Profile specified by ID.\n" } ] } ], "bundled": true }