recursive flag needed).CreditNote member. Only credit-note documents are returned here; an id belonging to another document type returns 404 Credit note not found — use that type's own single-resource endpoint instead.Authorization: Bearer ********************curl --location --globoff 'https://.daftra.com/api2/credit_notes/5021.json' \
--header 'Accept: application/json' \
--header 'apikey: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"result": "successful",
"code": 200,
"data": {
"CreditNote": {}
}
}