cURL
curl --request POST \ --url https://api.useplunk.com/v1/track \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: <content-type>' \ --data '{ "event": "<string>", "email": "<string>", "subscribed": true, "data": {} }'
{ "success": true, "contact": "80d74d13-16eb-48c5-bc2b-aae6fd5865cc", "event": "541fb6c3-3299-429b-980d-82ca5907abeb", "timestamp": "1970-01-01T00:00:00.000Z" }
Track events in your applications and send them to Plunk
application/json