Getting Started

Getting Started

Welcome to the Acme Webshop API. This guide walks you through authentication, your first product query, and placing a test order.

Base URL

All requests go to https://api.acmewebshop.com/v2.

Your first request

curl https://api.acmewebshop.com/v2/products -H "Authorization: Bearer <token>"