Create Contact
Overview
Authentication
Request Headers
Key
Value
Description
Request Body
Field
Type
Required
Description
cURL Example
curl -X POST https://api3.blocksurvey.io/contact/create-contact
-H "Authorization: Bearer your-api-key" \
-H "Content-Type: application/json" \
-d '{
"teamId": "team-123",
"listId": "list-456",
"listPublicKey": "base64-public-key",
"Email": "[email protected]",
"First Name": "John",
"Last Name": "Doe"
}'
Response
Errors
Error Message
Status Code
Description
Last updated