cURL
curl --request POST \ --url https://gobl.dev/v0/validate \ --header 'Content-Type: application/json' \ --data ' { "data": "<unknown>" } '
{ "ok": true }
Validates a document without modifying it.
GOBL document or envelope to validate.
Validation passed
true