Learn how to authenticate your requests to the Measura API.
All API requests must include an API key in the Authorization header. API keys are generated through the app settings and must be active and not expired. Each API key is tied to a specific Shopify store.
Authorization: Bearer <api-key>The API key should be in the format: {keyId}:{secret}
Alternative Authentication
If the Authorization header is not provided, the API will attempt to read the key from form data with the key name key.
Note:
API keys can be generated through the Measura app settings in your Shopify admin. Each key consists of:
Best Practices
Now that you understand authentication, explore the available API endpoints: