API ReferenceAudienceContacts
Resend the double opt-in confirmation email to a pending contact
Authorization
api-key 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 }}