Skip to main content

API Reference

This reference includes the complete set of Mailabl GraphQL API types, queries, mutations and subscriptions.

This whole documentation section is self-generated based on the current GraphQL schema.

Endpoint

GraphQL queries are executed by sending POST HTTP requests to the endpoint: https://base.mailabl.com/graphql.

All calls use HTTPS, which helps keep the data secure.

Schema changes

The Mailabl GraphQL API is not versioned, meaning that the GraphQL API has only one version that continuously evolves. Changes to the schema are introduced using a continuous development basis.

Deprecation and removal

Fields and enums can be deprecated and then removed after a period of time. A deprecation is an indication that you should discard the usage of that certain field or enum. Usually there is a notice next to the deprecation stating what field or enum should be used instead.

Removal from the schema is only done once no requests are made using that field or enum in a certain timeframe.