Credit Line

Get Credit Line Statement List

GET
Get a list with all PDF Statements generated for a user

Path parameters

credit_line_idstringRequired

Response

This endpoint returns an object
statement_name
string
statement_month
string
consumer_id
string
file_name
string
last_modified
datetime
file_size
integer
GET
1curl /v2/credit-line/credit_line_id/statements/ \
2 -H "Authorization: Bearer <token>"
200
Retrieved
1{
2 "statement_name": "statement_name",
3 "statement_month": "statement_month",
4 "consumer_id": "consumer_id",
5 "file_name": "file_name",
6 "last_modified": "2024-01-15T09:30:00Z",
7 "file_size": 1
8}