Get all the needed information for announcement page of the shop
Path parameters
-
shopId
integer(int64) Required -
announcementPath
string Required
Query parameters
-
key
string
GET
/v2/public/shops/{shopId}/announcements/{announcementPath}
curl \
--request GET 'https://dev.sellpass.io/v2/public/shops/{shopId}/announcements/{announcementPath}' \
--header "Authorization: $API_KEY"
Response examples (200)
{
"data": {
"id": 42,
"path": "string",
"title": "string",
"shortDescription": "string",
"description": "string",
"buttonText": "string",
"buttonLink": "string",
"createdAt": "2025-05-04T09:42:00Z"
},
"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": "2025-05-04T09:42:00Z"
},
"message": "string",
"errors": [
"string"
],
"log": "string"
}