1. Get your API credentials
Creating API credentials requires the SUPER ADMIN role.
- Go to Settings > For Developers
- Under “Open API”, click Create API User
- Save the username and password that are generated
2. Make your first API call
Test your credentials by fetching your shop details. The Fourthwall API uses Basic Authentication - simply pass your username and password with each request.3. Explore the API
Now that you’re authenticated, explore what you can build:List Orders
Fetch orders from your shop
List Products
Get your product catalog
Set up Webhooks
Get real-time event notifications
Full API Reference
Browse all available endpoints