POST
/
mailing-lists
/
buy-radius-search
curl --request POST \
--url https://api.thanks.io/api/v2/mailing-lists/buy-radius-search \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"address": "123 Main Street",
"postal_code": "55555",
"record_types": "all",
"record_count": 10,
"include_condos": false,
"append_data": true
}'
{
  "message": "success",
  "mailing_list_id": 1196,
  "failure": false
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

200
application/json

Successful Response

The response is of type object.