The API uses Bearer Token Authorization
You can view your API key in your website > Website Settings > Applications> API Key.
You can use your API key to access protected resources in your website only by passing the Authorization
header:
Authorization: Bearer <API KEY>
All API requests must be made over HTTPS