Getting Started with Furniture & Mattresses Data in Skulytics
This guide will help you retrieve and explore Furniture & Mattresses product data using the Skulytics API. You’ll learn where to find the correct endpoint, how to run a test request in Postman, and how to read the data returned by the API.
Written By Naqiya Zorahima
Last updated 3 months ago
1. Before You Start
To follow this tutorial, make sure you have:
A Skulytics Customer Portal account
Your Public Key for API authentication
(Need help? See: How to Get API Authentication from the Customer Portal)Postman or another API testing tool
2. Video Tutorial (Step-by-Step)
Follow along with the embedded Guidde tutorial below:
This video walks you through accessing the correct endpoints, copying the cURL request, and testing it in Postman.
3. What You'll Learn in the Guidde Video
The embedded video provides a step-by-step walkthrough on how to retrieve Furniture & Mattresses product data through the Skulytics API using Postman. Below is a summary of the key actions shown in the tutorial:
1. Open the Furniture & Mattresses API Endpoint
Go to the Skulytics API Documentation.
Navigate to API Version 2 (v2).
Open the Appliances, Furniture, Mattress Data section.
Select the Get a Product endpoint.
This endpoint returns Furniture & Mattresses product details like SKU, name, colour, additional_data, and image links.
2. Copy the cURL Request
Inside the endpoint page:
Look to the right panel — the cURL request is displayed there.
Click the copy icon to grab the cURL request from the documentation.
This will include the full API URL and required parameters.
3. Create a New Request in Postman
Open Postman.
Click Add New Request.
Paste your copied cURL into the request builder.
(Optional) Rename your request for better organization.
4. Add API Authorization
To authenticate:
Open the Authorization tab in Postman.
Choose Bearer Token as the Auth Type.
Paste your Public Key into the token field.
5. Send the Request
Click Send. You should see:
Status Code: 200 OK — your request was successful.
Furniture & Mattresses Product Data — including:
SKU
Product Name
Category
Color / Finish
Dimensions (width, height, depth)
Brand
Image URLs
Product Description
Any additional brand-specific attributes
6. You’re All Set!
You’ve successfully retrieved Furniture & Mattresses Data using the Skulytics API.
You can continue exploring other endpoints or start building your integration based on the returned structure.
4. What’s Next?
To continue your setup, we recommend exploring these articles:
How to Get API Authentication from the Customer Portal
Learn where to find your API key and how to use it. Learn MoreGetting Started with Appliance Data in Skulytics
Follow step-by-step instructions to retrieve appliance product data through the API. Learn More
5. Need Help?
Need assistance? Just email us at support@skulytics.io — we’re happy to help!