Getting a key
Growth → API in your shop dashboard. Keys look likeex_live_ followed by 64 hex characters.
Sending it
Either header works:Scopes
A key carries an explicit list. A request without the right one gets a403
naming what it needed.
Per-key settings
Each key tracks when it was last used and how often, which is how you find out
whether an old one is still in service before you delete it.
Errors
A 403
Rotating a key
1
Make the replacement
Same scopes.
2
Deploy it
Update your integration.
3
Check the old one has gone quiet
Its last-used time tells you.
4
Delete it
Or disable it first, if you want a step you can undo.
