Cobalt Docs
Api referenceRecurring

List recurring streams

Detected recurring streams — subscriptions, bills, and recurring deposits. Only active streams are returned.

GET
/recurring

Authorization

bearerAuth
AuthorizationBearer <token>

Cobalt API key (prefix ck_live_). Issue from dashboard → Settings → API keys.

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/recurring"
[
  {
    "accountId": "string",
    "averageAmount": 0,
    "category": {
      "excludeFromInsights": true,
      "groupId": "string",
      "hidden": true,
      "iconKey": "string",
      "id": "string",
      "name": "string",
      "systemKey": "string"
    },
    "description": "string",
    "firstDate": "string",
    "frequency": "UNKNOWN",
    "id": "string",
    "isActive": true,
    "lastAmount": 0,
    "lastDate": "string",
    "merchantName": "string",
    "predictedNextDate": "string",
    "status": "UNKNOWN",
    "streamType": "inflow"
  }
]
{
  "code": "string",
  "error": "string"
}