Showcase Profile
Last updated
Last updated
GET /api/jewellery/showcase-profiles HTTP/1.1
Host: console.studio360.tech
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"data": [
{
"id": 1,
"name": "text",
"background_color": "text",
"header_url": "text",
"header_mobile_url": "text",
"header_note": "text",
"footer_url": "text",
"footer_mobile_url": "text",
"footer_note": "text",
"address": [
"text"
],
"email": "text",
"contact_no": "text",
"social_profiles": [
"text"
],
"tags": [
"text"
],
"front_cover_url": "text",
"back_cover_url": "text"
}
]
}