Skip to main content
POST
/
validate
Validate a GOBL document
curl --request POST \
  --url https://gobl.dev/v0/validate \
  --header 'Content-Type: application/json' \
  --data '
{
  "data": "<unknown>"
}
'
{
  "ok": true
}

Documentation Index

Fetch the complete documentation index at: https://gobl-correction-definitions.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
data
any
required

GOBL document or envelope to validate.

Response

Validation passed

ok
boolean
Example:

true