Skip to main content

Developer Overview

Magne provides a comprehensive set of APIs for building integrations:

Base URL

All REST API endpoints are served from:
All endpoints use the /v1/ prefix for versioning.

Authentication

Most endpoints require a Bearer token in the Authorization header:
See Authentication for details on obtaining and refreshing tokens.

Response Format

All responses are JSON-encoded. Successful responses return the resource directly:
Error responses follow a consistent format. See Errors for details.

Rate Limits

All endpoints are rate-limited. See Rate Limits for tiers, headers, and retry strategies.