v1

latestOpenAPI 3.1.02026-07-2432063.2 KB

/events

Use this endpoint to create a new Event.

If successful, the endpoint responds with HTTP Status Code 201 Created and the integer ID of the created Event in the response body. It also sets the Location header to the (location)[ref:eventseventid] of the newly created Event.

post/events

Request body

eventobject

Accepts a standard Event object with simple types and no read-only values specified.

Response

201

integer required

Example response

123456789