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:
- List Forms - Get a list of all your forms
- Get Form - Get details about a specific form
- Users Joined - Get the number of users who joined a waitlist
Submissions
Endpoints for submitting and retrieving form submissions:
- Submit Form - Submit data to a form
- List Submissions - Get submissions for a form
Analytics
Endpoints for retrieving analytics data:
- Form Analytics - Get analytics data for a form
Getting Started
- Obtain your API key from your Mantlz dashboard
- Authenticate your requests using the API key
- 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.