monday.com
Project management and workflow automation platform
| API | Protocol | Base URL | Docs | Reference | OpenAPI | SDKs |
|---|---|---|---|---|---|---|
| Main | graphql | https://api.monday.com/v2 | link | — | — | — |
Actions (3)
GraphQL API · 3
- Execute GraphQL queryPOST /v2
Submit a GraphQL query or mutation to the monday.com API to read or modify data. The API root is https://api.monday.com/v2 and requests must include an Authorization header with your API token. ([developer.monday.com](https://developer.monday.com/api-reference/docs/getting-started?utm_source=openai))
documented - Get GraphQL schema (SDL)GET /v2/get_schema
Retrieve the GraphQL schema in SDL format using the format=sdl query parameter. ([developer.monday.com](https://developer.monday.com/api-reference/docs/introduction-to-graphql?utm_source=openai))
documented - Get GraphQL schema (versioned)GET /v2/get_schema
Retrieve the GraphQL schema for a specific API version via the introspection endpoint. Use the version query parameter to select the API version (e.g., ?version=2024-04). ([developer.monday.com](https://developer.monday.com/api-reference/docs/introduction-to-graphql?utm_source=openai))
documented