v1

latestOpenAPI 3.1.0Proprietary2026-07-244223105.2 KB
Items

List items

Return a list of the user's items

get/v3/aggregation/items

Query parameters

limitnumber

Number of records to return

Response

List items

Example response

{
  "resources": [
    {
      "id": 9513546,
      "provider_id": 574,
      "status": 1010,
      "status_code_info": "otp_required",
      "status_code_description": "Please fill in the strong customer authentication (SMS, notification, etc.) provided by your bank",
      "account_types": "payment",
      "last_successful_refresh": "2024-10-16T07:59:11.785Z",
      "last_try_refresh": "2024-10-16T09:10:15.455",
      "created_at": "2024-10-01T05:15:13.195Z",
      "authentication_expires_at": "2025-09-04T10:25:35Z"
    }
  ]
}