GETADITUS/Ticket purchase & registration/Social/Cards/Get social card by user, event and article

Get social card by user, event and article

GET{{API_BASE_URL}}/shop/v1/social/cards/user/:user/event/:event/article/:articleId

This endpoint retrieves social cards for a specific user and event and article, if that article is a member of a social card configuration article group.

Request

This endpoint does not require a request body. The request URL includes the following parameters:

  • user: The unique identifier for the user whose social cards are being retrieved.

  • event: The unique identifier for the event associated with the social cards.

  • articleId: The unique identifier for the article related to the social cards.

Response

The response returns an image in JPEG format with a status code of 200.

Note: It is not possible to save media type responses as examples in this documentation.

Authentication#auth

This endpoint does not require authentication.

Responses#responses

No example responses on file.