Properties
NAME | TYPE | DESCRIPTION |
total | integer | Total number of providers documents that matched your query. |
providers | array | List of providers. Can be one of: |
Example
JSON
{
"total": 5,
"providers": [
{
"$id": "5e5ea5c16897e",
"$createdAt": "2020-10-15T06:38:00.000+00:00",
"$updatedAt": "2020-10-15T06:38:00.000+00:00",
"name": "Mailgun",
"provider": "mailgun",
"enabled": true,
"type": "sms",
"credentials": {
"key": "123456789"
},
"options": {
"from": "sender-email@mydomain"
}
}
]
}
JSON
{
"total": 5,
"providers": [
{
"_id": "5e5ea5c16897e",
"_createdAt": "2020-10-15T06:38:00.000+00:00",
"_updatedAt": "2020-10-15T06:38:00.000+00:00",
"name": "Mailgun",
"provider": "mailgun",
"enabled": true,
"type": "sms",
"credentials": {
"key": "123456789"
},
"options": {
"from": "sender-email@mydomain"
}
}
]
}