v1
latestOpenAPI 3.0.02026-07-26254134307.1 KBChannels
Validate channel
Asynchronously validate an SMTP channel (this endpoint is irrelevant to other channel types). When you create an SMTP channel via the API, create a channel with type smtp and the send_as set to the needed email address. You then configure the email provider, after which you use this endpoint to asynchronously validate the SMTP settings.
Required scope: channels:write
post/channels/{channel_id}/validate
Path parameters
channel_idstring required
The Channel ID. Alternatively, you can supply the channel address as a resource alias.
Response
Request accepted
Example response
{
"status": "accepted"
}