{
"has_more": true,
"next_cursor": "<string>",
"items": [
{
"id": 123,
"name": "<string>",
"url": "<string>",
"billing_iban": "<string>",
"payment_conditions": "upon_receipt",
"phone": "<string>",
"recipient": "<string>",
"reference": "<string>",
"notes": "<string>",
"ledger_account": {
"id": 123,
"url": "<string>"
},
"emails": [
"<string>"
],
"billing_address": {
"address": "<string>",
"postal_code": "<string>",
"city": "<string>",
"country_alpha2": "ZZ"
},
"delivery_address": {
"address": "<string>",
"postal_code": "<string>",
"city": "<string>",
"country_alpha2": "ZZ"
},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"first_name": "<string>",
"last_name": "<string>",
"external_reference": "<string>",
"customer_type": "individual"
}
]
}
{
"has_more": true,
"next_cursor": "<string>",
"items": [
{
"id": 123,
"name": "<string>",
"url": "<string>",
"billing_iban": "<string>",
"payment_conditions": "upon_receipt",
"phone": "<string>",
"recipient": "<string>",
"reference": "<string>",
"notes": "<string>",
"ledger_account": {
"id": 123,
"url": "<string>"
},
"emails": [
"<string>"
],
"billing_address": {
"address": "<string>",
"postal_code": "<string>",
"city": "<string>",
"country_alpha2": "ZZ"
},
"delivery_address": {
"address": "<string>",
"postal_code": "<string>",
"city": "<string>",
"country_alpha2": "ZZ"
},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"first_name": "<string>",
"last_name": "<string>",
"external_reference": "<string>",
"customer_type": "individual"
}
]
}
The cursor from which to start the pagination
The number of items to return per page
1 <= x <= 2000
-created_At
200
The response is of type object
.