Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Cable transactionAlerts API

The transactionAlerts API from Cable — 1 operation(s) for transactionalerts.

Cable transactionAlerts API is one of 20 APIs that Cable publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include transactionAlerts. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 3 operations across 1 path, and defines 12 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://api.cable.tech.

3 operations 1 paths 12 schemas 1 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://api.cable.tech
Authentication
API Key, HTTP Bearer
Resource Areas
1

Authentication & Security 2

Cable transactionAlerts API declares 2 security schemes for authenticating requests. An API key is passed in the header as Authorization (ApiKeyAuth). It accepts HTTP bearer tokens (BearerAuth).

Paths & Operations 3

Across 1 path, the API surfaces 3 operations — 1 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

transactionAlerts 3
GET
/v2/transaction_alert
Check if a transaction alert exists
check-transaction-alert 2 params → 200401404429500
POST
/v2/transaction_alert
Add new transaction alert(s)
add-transaction-alert 1 param body → 201400401409429500
PUT
/v2/transaction_alert
Update transaction alerts in batch
update-transaction-alerts 1 param body → 200400401404429500

Schemas 12

The contract defines 12 schemas that model the data the API accepts and returns. The most detailed are TransactionAlert (7 properties), NewTransactionAlertRequestItems (7 properties), Transaction Alerts_checkTransactionAlert_Response_200 (4 properties), WriteOperationResponse (4 properties). Each schema is shown below with its type and property counts.

TransactionAlertCheckType
string
The type of monitoring check that triggered the alert.
NewTransactionAlertRequestItemsStatus
string
UpdateTransactionAlertsRequest
array
Transaction alert data to update, referenced by 'alertid'. The 'timestamp' field represents the update time. Only the fields to be updated need to be included.
GeneralErrorErrorsItems
object
2 properties
NewTransactionAlertRequestItemsCheckType
string
The type of monitoring check that triggered the alert.
TransactionAlertStatus
string
TransactionAlert
object
7 properties 2 required
Transaction Alerts_checkTransactionAlert_Response_200
object
4 properties
NewTransactionAlertRequest
array
Transaction alert data to add. 'checkid' is optional and can be updated later to associate the alert to the transaction check.
NewTransactionAlertRequestItems
object
7 properties 3 required
GeneralError
object
3 properties 2 required
WriteOperationResponse
object
4 properties 4 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

cable-transactionalerts-api-openapi.yml Raw ↑

Other APIs Cable publishes across the network.

Cable alerts API
Cable authentication API
Cable business API
Cable checks API
Cable company API
Cable customerSar API
Cable helper API
Cable identityVerification API
Cable onboardingFlow API
Cable person API
Cable retail API
Cable riskAssessment API