DocsAPI ReferenceAbout
DocsAPI ReferenceAbout
  1. Docs
  • Overview
  • Getting Started
  • Authentication
  • Permissions
  • API Reference
    • locations
      • List locations
      • Create a location
      • Get a location
      • Update a location by UUID
      • Delete a location
    • users
      • List users
      • Create a new user
      • Get a user
      • Delete a user
    • groups
      • List groups
      • Create a new group
      • Get a group
      • Update a group
      • Delete a group
    • assets
      • List assets
      • Get single asset
    • products
      • List products
  1. Docs

Getting Started

Get up and running with the Marvia API in just a few minutes. This guide will walk you through making your first API call and understanding the core concepts.

Prerequisites#

Before you begin, ensure you have:
Active Marvia Account
You'll need a Marvia Portal account
Must be an Administrator
If you don't have an account, contact us for a free demo
API Key
Obtain your API key from the Marvia dashboard
All API requests must include a valid API key for authentication
API keys are unique to your organization
You can generate multiple API keys for different applications or environments
Keys can be regenerated or revoked at any time from the dashboard

Setup#

1. Get Your API Key#

Steps to get an API key are explain in the Authentication section.
Important: Keep your API key secure and never expose it in client-side code or public repositories.

2. Choose Your Environment#

Sandbox (Recommended for Testing)
Base URL: Base URL: https://api-v2.staging.getmarvia.com
Production
Base URL: https://api-v2.getmarvia.com

3. Test Your Connection#

Verify your setup with a simple API call using curl, or try out the endpoints in API Reference.
Modified at 2025-07-14 12:52:02
Previous
Overview
Next
Authentication
Built with