v1

latestOpenAPI 3.1.02026-07-24590188.7 KB

Create post

This endpoint support neighbor profile and business profile

post/external/api/partner/v1/post/create/

Request body

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

secure_profile_idstring

An optional field that you can put profile id from /me/profiles endpoint

Response

200

resultstring
share_linkstring

Example response

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