Create event
POST{{API_BASE_URL}}/shop/v1/social/event
This endpoint allows the client to create a social event related to a shop.
Request
Request Body
-
type(string): Specifies the type of social event, e.g., "AccountCreated". -
eventId(string): Unique identifier for the event.
Response
id(string): The ID of the social event.
Authentication#auth
This endpoint does not require authentication.
Responses#responses
200OKCreate event