Items
Get a single item
Retrieve the details of a single item
get/v3/aggregation/items/{id}
Path parameters
idnumber required
Example:9456432
Response
Item
Example response
{
"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"
}