/api/* endpoints need no auth.
Get your API key
Your API key is issued when your account is created. On the hosted instance it’s shown in the dashboard; you can also create an account directly:Use it
Send the key as a bearer token on every authenticated request:Errors
Both error shapes differ by surface:
/rest/1.0 returns { "error": "...", "error_code": 8 },
and /v0/store returns { "error": { "code": 401, "message": "..." } }.