A
Atlas
...

API Reference

Complete reference for the Atlas Forms REST API.

Base URL

https://atlasforms.app/api/v1

Authentication

All API requests require a Bearer token in the Authorization header:

Authorization: Bearer fep_your_api_key

Get your API key from Dashboard → Settings

API Sections

Response Format

All responses are JSON. Successful responses include the requested data. Error responses include an error message:

Success (200)

{
  "data": [...],
  "total": 100,
  "page": 1,
  "per_page": 20
}

Error (4xx/5xx)

{
  "error": "Invalid API key"
}

Rate Limits

API requests are rate limited based on your plan:

PlanRate Limit
Starter60 requests/minute
Pro300 requests/minute
Business1,000 requests/minute
EnterpriseCustom