Add multiple recipients at once using a JSON array of recipient objects. If no/invalid address is specified and a valid email address is, we’ll attempt to look up a valid street address using the email address for a fee.
Bearer token authentication using your thanks.io API key
Create a recipient by providing address details
1
"123 Main Street"
"Tobias Example"
"www.thanks.io"
"Apartment 1"
"Any Town"
State or Province
"KS"
"12345"
"US"
Date of Birth in ISO 8601 format (YYYY-MM-DD) or null if not set. If provided as MM/DD/YYYY in requests, it will be converted to ISO 8601 format.
"1981-04-23"
"+1 (555) 123-4567"
Custom field for additional information about the recipient
"Unique Info"
Custom field for additional information about the recipient
"For example a product code or customer ID"
Custom field for additional information about the recipient
"Any Extra Info"
Custom field for additional information about the recipient
"Any Extra Info"
[
{
"mailing_list": 1,
"name": "Tobias First",
"address": "987 Main Street",
"address2": null,
"city": "LENEXA",
"province": "KS",
"postal_code": "66216",
"country": "US",
"dob": "04/23/1981",
"custom1": null,
"custom2": null,
"email": "[email protected]",
"phone": "1234567890"
},
{
"mailing_list": 1,
"email": "[email protected]",
"phone": "1234567890"
}
]OK
18113288
1
"Tobias Example"
"www.thanks.io"
"123 Main Street"
"Apartment 1"
"Any Town"
State or Province
"KS"
"12345"
"US"
Date of Birth in ISO 8601 format (YYYY-MM-DD) or null if not set. If provided as MM/DD/YYYY in requests, it will be converted to ISO 8601 format.
"1981-04-23"
"+1 (555) 123-4567"
Custom field for additional information about the recipient
"Unique Info"
Custom field for additional information about the recipient
"For example a product code or customer ID"
Custom field for additional information about the recipient
"Any Extra Info"
Custom field for additional information about the recipient
"Any Extra Info"
The mailing list this recipient belongs to
"2025-06-27T14:57:11.000000Z"
"2025-06-27T14:57:11.000000Z"