Airtable GraphQL
Airtable does not expose a native public GraphQL endpoint. Its developer platform is built exclusively on REST semantics: the core Records API, Metadata API, Webhooks API, Enterprise API, SCIM API, Audit Logs API, and Shares API all use JSON over HTTPS with standard HTTP verbs and cursor-based pagination.
Overview
Airtable GraphQL is a GraphQL API specification published by Airtable on the APIs.io network.
Airtable does not expose a native public GraphQL endpoint. Its developer platform is built exclusively on REST semantics: the core Records API, Metadata API, Webhooks API, Enterprise API, SCIM API, Audit Logs API, and Shares API all use JSON over HTTPS with standard HTTP verbs and cursor-based pagination.
The specification includes 4 reference links.
Tagged areas include Applications, Collaboration, Data, Databases, and Low-Code.
Endpoint
References
- API Introduction https://airtable.com/developers/web/api/introduction
- Field Model https://airtable.com/developers/web/api/field-model
- Webhooks Overview https://airtable.com/developers/web/api/webhooks-overview
- GitHub Organization https://github.com/Airtable