Get all the needed information for announcement page of the shop
Query parameters
-
key string
GET /v2/public/shops/{shopId}/announcements/{announcementPath}
curl \
-X GET https://dev.sellpass.io/v2/public/shops/{shopId}/announcements/{announcementPath} \
-H "Authorization: $API_KEY"
Response examples (200)
{
"data": {
"id": 42,
"path": "string",
"title": "string",
"shortDescription": "string",
"description": "string",
"buttonText": "string",
"buttonLink": "string",
"createdAt": "2023-05-04T09:42:00+00:00"
},
"message": "string",
"errors": [
"string"
],
"log": "string"
}
Response examples (200)
{
"data": {
"id": 42,
"path": "string",
"title": "string",
"shortDescription": "string",
"description": "string",
"buttonText": "string",
"buttonLink": "string",
"createdAt": "2024-05-04T09:42:00+00:00"
},
"message": "string",
"errors": [
"string"
],
"log": "string"
}