Skip to main content

NotificationTestResponse

Response for notification test endpoint.

successSuccess (boolean)required
providerProvider (string)required
message object
anyOf
string
error object
anyOf
string
response_time_ms object
anyOf
number
NotificationTestResponse
{
"success": true,
"provider": "string",
"message": "string",
"error": "string",
"response_time_ms": 0
}