Welcome to the Meridian CRM API documentation. This guide provides comprehensive information about the Meridian API endpoints, authentication methods, and data models.
The Meridian API is a RESTful API that allows you to interact with the Meridian CRM system programmatically. You can use the API to manage companies, deals, people, emails, meetings, notes, documents, and users.
All API requests require authentication using OAuth 2.0 with PKCE. See the Authentication documentation for details on how to authenticate your requests.
For a combined view of all API documentation in both markdown and tabular formats, see the Combined Documentation.
The Meridian API is documented using the OpenAPI 3.0 specification. You can access the full OpenAPI specification at:
This endpoint returns the complete OpenAPI schema in JSON format, which can be imported into tools like Swagger UI, Postman, or other API clients.
For a more user-friendly interface, you can access the Swagger UI at:
The Meridian API uses URL versioning. The current version is v1. All API endpoints are prefixed with /api/public/v1/.
When new versions are released, they will be available at /api/public/v2/, /api/public/v3/, etc. We maintain backward compatibility for at least one year after a new version is released.
The Meridian API does not currently implement explicit rate limiting. However, to ensure service stability:
For specific rate limit requirements or concerns, please contact Meridian support.
The API uses standard HTTP status codes to indicate the success or failure of requests:
Error responses include a JSON body with details about the error:
List endpoints support pagination using limit and offset parameters:
Paginated responses include metadata about the pagination:
Most list endpoints support filtering and sorting:
Example:
Meridian offers two API access tiers to support vendor integrations. All requests are subject to strict rate limits to ensure system stability and fair usage.
For specific rate limit requirements or concerns, please contact Meridian support.
v1.0.0 (2025-01-01)
v1.1.0 (2025-03-15)
v1.2.0 (2025-05-01)
If you have any questions or need assistance with the API, please contact Meridian support at support@meridian-ai.com.