get https://api.freshrelevance.com/api//smartblocks//
Retrieves details of an individual Smartblock
Response
Retrieves details of an individual Smartblock
xxxxxxxxxx
curl --request GET \
--url 'https://api.freshrelevance.com/api/website_id/smartblocks/smartblock_slug/?format=json&page=1&limit=25' \
--header 'accept: application/json'
xxxxxxxxxx
13{
"slug": "nx9hx5i",
"name": "Test block",
"type": "banner",
"dt": "2024-11-06T15:18:20.585000",
"personalised": false,
"tags": [],
"active": true,
"locked": false,
"layout": "x24dfgk",
"preview_url": "https://c8.dycdn.net/ab55bjkl/sb/nx9hx5i/?preview=true&k=odemgn4&format=dynamicimage",
"thumbnail_url": "https://c8.dycdn.net/ab55bjkl/sb/nx9hx5i/?format=thumb&k=odemgn4&version=2"
}