Schedule your first event
Learn how to schedule your first event in less than 5 minutes
curl <https://api.bloodbath.io/rest/events/> \\
-H "Authorization: Bearer <Replace this with your API key>" \\
-d scheduled_for="<Replace with a date in the future>" \\
-d headers="{}" \\
-d body="{test: test}" \\
-d method="post" \\
-d endpoint="<https://dummy.bloodbath.io>"2021-05-01T00:00:00Z
Look it up through the dashboard

Check the details of your events

Going further
Last updated