CreditNote member; see GET Single Credit Note for the full field reference.curl --location --globoff 'https://.daftra.com/api2/credit_notes.json?page=1&limit=20&client_id=&client_type=&no=&item=¤cy_code=&payment_status=&tags=&source_type=&source_id=&work_order_id=&order_source_id=&custom_field=&custom_field_label=&staff_id=&sales_person_id=&summary_total_from=&summary_total_to=&date_from=&date_to=&created_from=&created_to=' \
--header 'Accept: application/json' \
--header 'apikey: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"result": "successful",
"code": 200,
"data": [
{
"CreditNote": {}
}
],
"pagination": {
"prev": "string",
"next": "string",
"page": 1,
"page_count": 1,
"total_results": 1
}
}