Blucera Developer API home page
Search...
⌘K
Support
Dashboard
Dashboard
Search...
Navigation
Authentication
Getting Started: Authentication
Documentation
Documentation
Github
Introduction
Blucera API Documentation
Authentication
Getting Started: Authentication
On this page
Authorization header
Generating Your API Key
Security Considerations
Authentication
Getting Started: Authentication
To ensure the security of your data and resources, every request made to your resources’ API should include an api key in the request header.
Authorization header
API Key authentication requires including an “api-key” header in the HTTP request. The header should be in the following format:
Copy
api-key: <your-api-key>
Content-Type: application/json
Here,
<your-api-key>
represents the unique api key generated when you login into the developer dashboard.
Generating Your API Key
To generate your store access token, follow these steps:
Sign In: Log in to your
account
on our platform using your credentials.
Navigate to API Key Section: Locate and click on the “Test Api key/Live Api Key” tab.
Security Considerations
Keep your api-key confidential. Do not share it publicly or expose it in client-side code. Use secure methods to store and transmit the api-key, such as environment variables or securely encrypted storage.
Blucera API Documentation
Assistant
Responses are generated using AI and may contain mistakes.