Skip to content
View as Markdown

POST Send Contact Double Opt-in​

POST
/subscribers/{id}/send-double-optin

Send a double opt-in confirmation email to a contact. The contact should not already be in subscribed status.

Authorizations​

ApplicationPasswords

WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password

Type
API Key (header: Authorization)

Parameters​

Path Parameters

id*

The contact ID.

Type
integer
Required

Responses​

Double opt-in email sent successfully.

application/json
JSON
{
"message": "string"
}

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI