Quick Start
With this Quick Start guide, make your first request in just minutes
Last updated
Was this helpful?
With this Quick Start guide, make your first request in just minutes
Last updated
Was this helpful?
Your API requests are authenticated with Shopwaive using API keys and access tokens. Any request that doesn't include an API key will return an error.
Within the Shopwaive app, you can access your API keys from clicking the initial avatar at the top right of the topbar to access the Settings menu, then click Settings and scroll down to the Shopwaive REST API.
Good to know: Access tokens should be handled with care and never exposed in unsecured environments. They should never be shared as they provide access to your stores' data.
To make your first request, send an authenticated request to the get customer endpoint. This will fetch a customer
by email address. Ensure to include the X-Shopwaive-Access-Token
and X-Shopwaive-Platform
headers.
Take a look at how you might call this method using our official libraries, or via curl
: