This endpoint allows you to retrieve a list of claimed receipts.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"date_from": "2025-09-01",
"date_fo": "2025-09-01",
"type": "claimed"
}
Request Code Samples
curl --location --request POST 'https://einvoice-api.beaconx.com.my/receipts/validated' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"date_from": "2025-09-01",
"date_fo": "2025-09-01",
"type": "claimed"
}'
Responses
application/json Modified at 2025-09-24 03:09:18