🔑 How to Get Your API Key#
Before making requests, you need to obtain an API Key.📝 Note: This is just a sample process. Please contact your Marvia administrator if unsure.
Example Process:#
1.
Login to the Marvia Admin Dashboard 2.
Navigate to Developer SettingsFrom the left-side menu, go to Settings > Developer API.
3.
Click on Generate New API Key.
Provide a name and description for your API Key (e.g., "Website Integration Key").
4.
Copy the generated API Key immediately and store it securely.
Example: abcdef1234567890
5.
Use the API Key in Your RequestsInclude it in the Authorization
header as shown below:
⚠️ Important: Never share your API key publicly or include it in client-side code.
Modified at 2025-05-19 10:06:51