POST
/
admin
/
v0
/
calendar_events
{
  "success": true,
  "data": {
    "calendar_event_id": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

content-type
enum<string>
required
Available options:
application/json

Body

application/json

Response

201
application/json

Creates the calendar event

The response is of type object.