POSTADITUS/Ticket purchase & registration/Social/Share on social networks

Share on social networks

POST{{API_BASE_URL}}/shop/v1/social/shares

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 source can be used for additional statistics, which page or function the share originates from, e.g. Autopost is used to identify autoposted shares
  • 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.

Headers#headers

X-LinkedIn-Tokenx

Responses#responses

200OKShare on social networks