NotificationTestResponse
Response for notification test endpoint.
successSuccess (boolean)required
providerProvider (string)required
message object
anyOf
- string
- null
string
error object
anyOf
- string
- null
string
response_time_ms object
anyOf
- number
- null
number
NotificationTestResponse
{
"success": true,
"provider": "string",
"message": "string",
"error": "string",
"response_time_ms": 0
}