cURL
curl --request POST \ --url https://api.invopop.com/silo/v1/gobl/build \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "data": {}, "envelop": true } '
{ "data": {} }
Build GOBL Envelopes or Objects for validation purposes
Use the Bearer scheme with a valid JWT token to authenticate requests. Example: Authorization: Bearer <token>
Bearer
Authorization: Bearer <token>
GOBL Envelope or Object to calculate and validate.
When true, a complete GOBL Envelope will be provided as opposed to the standalone object.
OK
GOBL Envelope or Object response to a build request.
Was this page helpful?