Create an eventCopy Pagepost https://{hostname}/events/v3/eventsCreates an event with the specified parameters.Query ParamsaccountSwitchKeystringFor customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.Body ParamsContains information about the request body parameters that you can specify when creating an event. It also includes tags and objects that you can associate with a new event and the recurrence context for the event.audienceLocationsarray of stringslength ≤ 20Up to 20 unique, two-letter ISO 3166 country codes that indicate geographic areas of audiences.audienceLocationsADD stringaudienceSizeintegerThe audience's size for the event. The minimum value is 1.coordinatorsarray of stringslength ≤ 20Up to 20 Control Center usernames of those who serve as the event's coordinators.coordinatorsADD stringcustomerEventIdstringThe user-specified ID for the event. This ID can be up to 100 characters long. Customer Event ID.descriptionstringThe description of the event. This description can be up to 2000 characters long.enddate-timerequiredAn ISO 8601 timestamp indicating the end date of the event.namestringrequiredlength between 1 and 750The name of the event. This name can be up to 750 characters long.objectsarray of objectsObjects associated with the event. This array can include only unique items.objectsADD objectrecurrenceobjectContains information about the recurrence parameters that you can specify when creating the event.recurrence objectstartdate-timerequiredAn ISO 8601 timestamp indicating the start date of the event.tagsarray of stringslength ≤ 20Tags associated with the event. A tag can be up to 100 characters long. This array can be up to 20 unique items.tagsADD stringHeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/problem+jsonAllowed:application/jsonapplication/problem+jsonResponses 200Successful response. 400Bad request. Invalid request. Details may be available in the response body. 403Forbidden. Insufficient permissions to access event or associated objects. 409Conflict. An event with same name, start and end already exists.Updated 24 days ago