v1

latestOpenAPI 3.1.02026-07-24590188.7 KB

Create event post

post/external/api/partner/v1/post/event/

Query parameters

titlestring required

Required title of the event

descriptionstring required

Required description of the event

startTimestring date-time required

Required start time of the event

endTimestring date-time

Optional end time of the event

coverPhotostring

Optional image url that will be used for the event cover photo

virtualEventLinkstring

Optional virtual link for the event

Required object that has information used to create the event

body_textstring required

The text that will appear in the body of the post. Body text cannot be longer than 8,192 bytes/characters.

hashtagstring

An optional hashtag that will appear in the post. This field cannot contain spaces.

media_attachmentsstring[]

An optional list of media attachments that will appear in the post. The limit is 10 attachments

latnumber float

An optional latitude parameter to geotag a post

lonnumber float

An optional longitude parameter to geotag a post

smartlink_urlstring

An optional url that will generate a smartlink preview on the post

Response

200

resultstring
share_linkstring

Example response

{
  "result": "success",
  "share_link": "link_to_post"
}