Sandbox/tests
A great way to run tests on the platform without extra costs or using up your free documents.
Creating a documentRetrieving documents

Para importar e usar no Postman
Creating Sandbox documents
mutation CreateDocumentMutation(
...
) {
createDocument(
sandbox: true,
document: $document,
signers: $signers,
file: $file
) {
...
}
}
Retrieving Sandbox Documents
Last updated