cURL
curl --request POST \ --url https://api.useplunk.com/v1/contacts \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: <content-type>' \ --data '{ "email": "<string>", "subscribed": true, "data": {} }'
{ "success": true, "id": "80d74d13-16eb-48c5-bc2b-aae6fd5865cc", "email": "hello@useplunk.com", "subscribed": true, "data": { "project": "Plunk" }, "createdAt": "2021-01-01T00:00:00.000Z", "updatedAt": "2021-01-01T00:00:00.000Z" }
Create a new contact
application/json