API Overview

Overview of the Mantlz API

Mantlz API Overview

The Mantlz API allows you to programmatically interact with your forms, submissions, and analytics. This guide provides details on authentication, endpoints, and example usage.

Base URL

All API requests should be made to the following base URL:

https://app.mantlz.com/api/v1

Available Endpoints

The Mantlz API provides the following main categories of endpoints:

Forms

Endpoints for managing and retrieving information about your forms:

Submissions

Endpoints for submitting and retrieving form submissions:

Analytics

Endpoints for retrieving analytics data:

Getting Started

  1. Obtain your API key from your Mantlz dashboard
  2. Authenticate your requests using the API key
  3. Make requests to the appropriate endpoints

SDK Integration

If you're using the Mantlz SDK, the API is automatically used behind the scenes. You don't need to make API calls directly unless you're building a custom integration.