Skip to main content
POST
Error

Autorizaciones

Authorization
string
header
requerido

Bearer authentication. Send Authorization: Bearer .

Parámetros de ruta

id
string
requerido

Provider ID

Cuerpo

application/json

Destination (email for an Email provider, E.164 phone for an SMS provider)

ProviderTestSendInput payload

email
string

Email is the recipient address, required for a Category=Email provider.

phone
string

Phone is the recipient number in E.164 form (for example +5511999999999), required for a Category=SMS provider. e164 is a built-in tag of the vendored go-playground/validator v9.31.0.

Respuesta

OK

ProviderTestSendResponse payload

category
string
Ejemplo:

"SMS"

delivered
boolean

Delivered reports that the provider ACCEPTED the message for delivery. Upstream acceptance is not proof of receipt — no provider confirms that synchronously — so this is the strongest signal a probe can carry.

Ejemplo:

true

providerId
string
Ejemplo:

"00000000-0000-0000-0000-000000000000"