Edit a contact

Edit a contact.

Path Params
string
required

contact unique key.

Body Params

Individual data.

string
string
string

This date of creation of this contact, will be used for trigger campaigns, Ex: Welcome email. Warning the timezone set for this date is the user api timezone and not the system timezone.

string

en, fr, it, es, ...

string
string
lists
array of objects

All current memberships of the contact will be removed and replaced by the ones given there. If you want to add or remove only specific list, please use end points /subscribe or /unsubscribe

lists
double_optin
object

[Optional] Require subscribers to confirm their subscription by sending a confirmation request.

Legacy Version
- message: id of the message that must be sent. This message must contain a link to $confirmUrl$
- reminder: id of the reminder message. This message must contain $confirmUrl$ as well.
- reminder_delay: if you want a reminder to be sent, specify the number of days between the first message and the reminder.
{ "message": "aw94xefgh", "reminder": "94was76ef", "reminder_delay": 34 }
Splio Edition 2025
- enabled: Enable double optin
{ "enabled": true }

custom_fields
array of objects
custom_fields
Responses

401

Authentication failed.

403

Forbidden.

Language
Credentials
Bearer
JWT
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json