Get social card by user and event
GET{{API_BASE_URL}}/shop/v1/social/cards/user/:user/event/:event
This endpoint retrieves social cards for a specific user and event.
Request
- Method: GET
- Endpoint:
{{API_BASE_URL}}/shop/v1/social/cards/user/:user/event/:event - Path 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.
This endpoint does not require a request body.
Response
- Status Code: 200
- Content-Type: image/jpeg
- Response: The response returns an image representing the social card for the specified user and event.
Notes:
- The response is an image and cannot be saved as an example in the documentation.
Authentication#auth
This endpoint does not require authentication.
Responses#responses
No example responses on file.