PelekaPeleka Developers
API ReferenceAudienceContacts

Resend the double opt-in confirmation email to a pending contact

POST
/api/v1/contacts/{id}/resend-optin
X-API-Key<token>

In: header

Path Parameters

id*string

Contact UUID

Response Body

application/json

curl -X POST "https://example.com/api/v1/contacts/string/resend-optin"
{  "data": {    "sent": true,    "attempt": 2,    "maxAttempts": 3  }}