Prerequisites
- Active store in Merchant Admin
- Store owner or admin role
Steps
General API integration
- Go to Dashboard → API keys (store-scoped)
- Click Create API key
- Copy the key immediately — it is shown only once
- Store the key securely (format:
sk_live_EXAMPLE_DO_NOT_USE)
WooCommerce integration
- Go to Dashboard → Integrations → WooCommerce
- Generate a connection key (bootstrap key with
woocommerce:bootstrap scope)
- Use this key only in the WooCommerce plugin connect flow
- After connect, the plugin receives a dedicated key automatically
Bootstrap connection keys cannot create invoices. Use the dedicated key issued after connect.
Expected result
You have a Bearer token for Authorization: Bearer sk_live_EXAMPLE_DO_NOT_USE requests to https://api.meum.io.
Related pages