{
"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
mandrill requires api_keysendgrid requires api_keysparkpost requires api_key. Optionally, set region to eu to use\n th"
},
{
"info": {
"name": "Update Email Provider",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{auth0_domain}/emails/provider",
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Update an email provider. The credentials object\nrequires different properties depending on the email provider (which is specified using the name property):\nmandrill requires api_keysendgrid requires api_keysparkpost requires api_key. Optionally, set region to eu to use\n th"
},
{
"info": {
"name": "Delete Email Provider",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{auth0_domain}/emails/provider"
},
"docs": "Delete the email provider.\n"
}
]
}
],
"bundled": true
}