GET
/billsList
Recovers all credit card bills collected for the account provided
Parameters
Query Parameters
| Name | Type |
|---|---|
accountIdrequired | string (uuid) |
Responses
200Retrieve a list of all credit card bills
object
pagenumber (double)
totalnumber (double)
totalPagesnumber (double)
resultsobject[]
List of credit card bills
itemsobject
Response with information related to a credit card bill
Example response
json
{
"page": 0,
"total": 0,
"totalPages": 0,
"results": [
{}
]
}Code Examples
bash
curl -X GET 'https://api.pluggy.ai/bills' \
-H 'Content-Type: application/json' \
-H 'X-API-KEY: YOUR_API_KEY'Try It
Query Parameters
