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:

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

  1. Go to the Skulytics API Documentation.

  2. Navigate to API Version 2 (v2).

  3. Open the Appliances, Furniture, Mattress Data section.

  4. 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:

  1. Look to the right panel — the cURL request is displayed there.

  2. 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

  1. Open Postman.

  2. Click Add New Request.

  3. Paste your copied cURL into the request builder.

  4. (Optional) Rename your request for better organization.

4. Add API Authorization
To authenticate:

  1. Open the Authorization tab in Postman.

  2. Choose Bearer Token as the Auth Type.

  3. 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 More

  • Getting 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!