Get Experience Details
Fetches the details of a single experience.
Fetch detailed information about a specific experience using the experience ID. Merchants can retrieve information such as the title, description, start and end dates, address, images, and more.
Path parameters
experience_idstringRequired
Unique identifier for the experience.
Responses
200
Successfully retrieved experience details
application/json
successbooleanOptional
Indicates whether the request was successful.
statusintegerOptional
HTTP status code (e.g., 200 for success).
messagestringOptional
Descriptive message about the response.
get
/api/v1/merpi/experience/v/{experience_id}200
Successfully retrieved experience details
Last updated