POST
/
silo
/
v1
/
gobl
/
sign
curl --request POST \
  --url https://api.invopop.com/silo/v1/gobl/sign \
  --header 'Content-Type: application/json' \
  --data '{
  "data": "<any>"
}'
{
  "data": "<any>"
}

Body

application/json
data
any

GOBL Envelope or Object to calculate, validate, and sign.

Response

200 - application/json
data
any

GOBL Envelope or Object response to a build request.