Tenant API keys
A tenant key is bound to one shop. Send the key inX-API-Key.
Do not put a tenant key in
Authorization: Bearer. That header is used for a partner’s access token.
Partner credentials
Partner requests require all four headers:Check your credentials
Get current account returns the organisation, credential, and granted scopes. It requires valid credentials but no API scope.Handle authentication errors
- 401: Check the credential headers, key or token expiry, and whether credentials belong to the intended environment.
- 403: Check the operation’s required scopes and the actor’s permissions.
- If you send an organisation header, use an organisation allowed by the credential.

