Skip to content

Introduction

Welcome to the Storefront Services API Documentation

Welcome, developers! You’ve arrived at the official documentation for the Storefront Services API, where you will find all the information you need to build your final project.

How to understand this document?

Each endpoint in the Storefront Services API is structured like this:

API Endpoints & Method

GET

/

https://api.storefront.wdb.skooldio.dev/

Require Authentication: No


Get information about the Storefront Services API.

Request Parameters

Query

key type: string

The key of the API.

value type: string

The value of the API.

Example Request

Terminal window
curl --request GET \
--url https://api.storefront.wdb.skooldio.dev/?key=1&value=2

Responses

Results

{
"message": "API key successfully added."
}

Resources