curl --request POST \
--url https://api.example.com/api/events \
--header 'Content-Type: application/json' \
--data '
{
"event_type": "conference",
"title": "<string>",
"date": "<string>",
"end_date": "<string>",
"location": "<string>",
"notes": "<string>",
"status": "upcoming",
"url": "<string>"
}
'{
"created_at": "<string>",
"event_type": "conference",
"id": "<string>",
"status": "upcoming",
"title": "<string>",
"updated_at": "<string>",
"date": "<string>",
"end_date": "<string>",
"location": "<string>",
"notes": "<string>",
"url": "<string>"
}curl --request POST \
--url https://api.example.com/api/events \
--header 'Content-Type: application/json' \
--data '
{
"event_type": "conference",
"title": "<string>",
"date": "<string>",
"end_date": "<string>",
"location": "<string>",
"notes": "<string>",
"status": "upcoming",
"url": "<string>"
}
'{
"created_at": "<string>",
"event_type": "conference",
"id": "<string>",
"status": "upcoming",
"title": "<string>",
"updated_at": "<string>",
"date": "<string>",
"end_date": "<string>",
"location": "<string>",
"notes": "<string>",
"url": "<string>"
}Create a new event.
conference, meetup, workshop, bootcamp, webinar, networking, course upcoming, attended, skipped, cancelled Successful Response
Single event.
conference, meetup, workshop, bootcamp, webinar, networking, course upcoming, attended, skipped, cancelled