Promotions
GET All Articles & Promotions
Path
Click to expand to see the details
cURL example:
curl --location 'https://api.tekmates.pro/api/promotions'
--header 'Authorization: Bearer <token>' \
--header 'Content-Language: RU' \
Response Body:
[
{
"id": "GUID",
"title": "title",
"description": "description",
"shortDescription": "short description",
"photo": "https://example.com/path/to/photo"
}
]