/
GO
gobl
/
GOBL API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1mo ago · Updated 1mo ago
Details
Filter operations
Documents
4
post
Build a GOBL document
post
Create a corrective document
post
Replicate a document
post
Validate a GOBL document
Meta
1
Reference
6
Signing
3
Documents
Validate a GOBL document
Validates a document without modifying it.
post
/validate
Request body
ValidateRequest
required
{"stackTrail":"components:schemas:ValidateRequest:properties:data","oasType":"schema","type":"unknown","description":"GOBL document or envelope to validate."}
Response
Validation passed
OkResponse
required
ok
boolean
Example response
{ "ok": true }
Changes