Marvia API
HomeLink
Multiple Menus
  • Link1
  • Link2
HomeLink
Multiple Menus
  • Link1
  • Link2
  1. Home
  • Getting Started
  • About Marvia
  • Get API Key
  • API Reference
    • Authentication
      • Create a new access token and refresh token with credentials
      • Create a new access token and refresh token with a refresh token
      • DEPRECATED: Create a new access token and refresh token
      • Deletes the access token and refresh token
    • Branches
      • Get all branches
      • Find branch by UUID
    • Categories
      • get_app_api_categories
    • File previews
      • Create file previews
    • File previews async
      • Create file previews asynchronous
    • Locations
      • Get all locations
      • Find location by UUID
    • DAM
      • get_app_api_media
      • get_app_api_media_versions
      • get_app_api_media_download
      • post_app_api_media_save_upload
      • post_app_api_media_save_upload_version
    • Modules
      • get_app_api_modules_get_all
    • Template Studio
      • post_app_api_template_manager_finalise
    • Uploads
      • post_app_api_upload_init
      • post_app_api_upload_finalise
      • get_app_api_upload_poll
      • post_app_api_upload_preview
    • Users
      • get_app_api_users_get_all
      • get_app_api_users_me_get
      • get_app_api_users_get
  1. Home

Get API Key

🔑 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
Visit https://dashboard.getmarvia.com and log in with your admin credentials.
2.
Navigate to Developer Settings
From the left-side menu, go to Settings > Developer API.
3.
Generate API Key
Click on Generate New API Key.
Provide a name and description for your API Key (e.g., "Website Integration Key").
Click Create.
4.
Copy Your API Key
Copy the generated API Key immediately and store it securely.
Example: abcdef1234567890
5.
Use the API Key in Your Requests
Include 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
Previous
About Marvia
Next
Create a new access token and refresh token with credentials
Built with