{ "opencollection": "1.0.0", "info": { "name": "Auth0 Authentication actions emails API", "version": "1.0.0" }, "items": [ { "info": { "name": "emails", "type": "folder" }, "items": [ { "info": { "name": "Get Email Provider", "type": "http" }, "http": { "method": "GET", "url": "{auth0_domain}/emails/provider", "params": [ { "name": "fields", "value": "", "type": "query", "description": "Comma-separated list of fields to include or exclude (dependent upon include_fields) from the result. Leave empty to retrieve `name` and `enabled`. Additional fields available include `credentials`, `default_from_address`, and `settings`." }, { "name": "include_fields", "value": "", "type": "query", "description": "Whether specified fields are to be included (true) or excluded (false)." } ] }, "docs": "Retrieve details of the email provider configuration in your tenant. A list of fields to include or exclude may also be specified.\n" }, { "info": { "name": "Configure Email Provider", "type": "http" }, "http": { "method": "POST", "url": "{auth0_domain}/emails/provider", "body": { "type": "json", "data": "{}" } }, "docs": "Create an email provider. The credentials object\nrequires different properties depending on the email provider (which is specified using the name property):\n