API · source category: Messaging
Airflow API (Stable)
Overview To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an ove…
Overview To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases. Most of the endpoints accept JSON as input and return JSON responses. This means that you must usually add the following headers to your request: Content-type: application/json Accept: application/json ## Resources The term resource refers to a single type of object in the Airflow metadata. An API is broken up by its endpoint's corresponding resource. The name of a resource is typically plural and expressed in camelCase. Example: dagRuns. Resource names are used as part of endpoint URLs, as well as in API parameters and responses. ## CRUD Operations The platform supports Create, Read, Update, a…
Record
- Type
- Web API
- Category
- Communication
- Authentication
- Unknown
- Pricing
- Free
- Base URL
- https://airflow.apache.org
- Free tier
- Public OpenAPI specification
Fields are reproduced from the source registry as-is. “Unknown” means the source did not describe the field — it is not an inference. See the methodology for how records are collected and normalised.
Tags
- Messaging
Similar APIs in Communication
- Active Documentation for /v1 Our active docs provide the ability to test out your account and to see the responses to your queries. The services are RESTful, and are ac…
- Airflow API (Stable) Overview To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an ove…
- API iSendPro [1] Liste des fonctionnalités : - envoi de SMS à un ou plusieurs destinataires, - lookup HLR, - récupération des récapitulatifs de campagne…
- BulkSMS JSON REST API Overview The JSON REST API allows you to submit and receive BulkSMS messages. You can also get access to past messages and see your acco…
- Call Control API API for blocking phone calls with Call Control. Data is from crowdsourced community blacklist from 12+ million users and government agencie…
- ClickSend REST API v3 This is the official API documentation for ClickSend.com Below you will find a current list of the available methods for clicksend. NOTE: Y…
Browse all Communication APIs.