Showcase Profile
APIs related to Showcase Profiles
Get list of showcase-profiles.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200
OK
application/json
401
Unauthorized
get
/showcase-profilesGET /api/jewellery/showcase-profiles HTTP/1.1
Host: console.studio360.tech
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"records": [
{
"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"
}
]
}Last updated