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
curl --request GET \ --url https://api.storefront.wdb.skooldio.dev/?key=1&value=2
Responses
Results
{ "message": "API key successfully added."}
Resources
Discord Server If you have any questions or suggestions, don't hesitate to ask on our Discord.
Figma Explore our Figma for implementations.