[LEGACY] Public API Reference
The Rest API allows you to build a highly custom paid-membership program on your Shopify storefront.
NOTE: With the release of Public API v2, Public API v1 will be sunset in May of 2024!
Authentication
Using API Key in Requests
Requirements
Example Get Request
curl -X GET "https://public.inveterateapi.com/merchant"
-H "X-Inveterate-Api-Key: {api_key}"const merchant = await fetch('https://public.inveterateapi.com/merchant', {
headers: {
'Content-Type': 'application/json',
'X-Inveterate-Api-Key': '{api_key}',
},
method: 'GET',
}).then(data => data.json());Reference Shortcuts
Benefits APICampaigns APICustomers APIMerchant APIWebhooksFree tiers APILast updated
Was this helpful?
