Hosting / Authentication
Bearer Tokens
Available on the Basic and Pro plans.
Bearer tokens allow you to bypass your site authentication with a secret token in your request headers.
To set up bearer tokens for your site:
- Go to the Site Settings / Bearer Tokens section
- Enter a token name and click Create Bearer Token

You’ll now need to send through an Authorization header to access the site. This is mostly intended for scripts or machine users. For example:
curl -H "Authorization: Bearer xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" https://example.com/products.json