post https://api.eventtemple.com/v2/events
Create an event
Log in to see full request history
Response
Create an event
xxxxxxxxxx
13curl --request POST \
--url https://api.eventtemple.com/v2/events \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"data": {
"attributes": {
"status": "lead"
}
}
}
'
Try It!
to start a request and see the response here! Or choose an example: