Skip to main content

Overview

All API endpoints require a JWT token passed via the x-access-token header. You obtain this token by exchanging your API key and shop domain.

Get a Token

string
required
Your API key, found at Settings > Information in the PuppetVendors dashboard.
string
required
Your Shopify store domain (e.g. my-store.myshopify.com).

Response

Using the Token

Include the token in all subsequent requests:
Tokens expire after 24 hours. Use POST /v1/refresh-token with a valid token to get a new one.