Share on social networks
This endpoint allows the user to create social shares for a specific event.
Request
-
title(string): The title of the social share. -
text(string): The text content of the social share. -
image(string): The image URL for the social share. -
socialNetworks(array of strings): The social networks where the share will be posted. -
context(object): Additional context for the social share, including user, event, cart details and source- The
sourcecan be used for additional statistics, which page or function the share originates from, e.g.Autopostis used to identify autoposted shares
- The
-
socialCard(object): Additional information for the social share card.
Response
-
createdShares(array of objects): An array of created social shares.-
id(string): The ID of the created share. -
socialNetwork(string): The social network where the share was posted. -
externalId(string): The external ID of the share. -
externalUrl(string): The external URL of the share.
-
-
problems(array): An array of any problems encountered during the share creation process.
Authentication#auth
This endpoint does not require authentication.