cURL
curl --request POST \ --url https://gobl.dev/v0/replicate \ --header 'Content-Type: application/json' \ --data ' { "data": "<unknown>" } '
{ "code": 422, "key": "<string>", "message": "<string>", "faults": [ { "properties": [ "<string>" ], "description": "<string>" } ] }
Creates a copy of a document with a fresh UUID and no signatures.
Document or envelope to replicate.
Replicated document or envelope