API REST DZ23 Sign

Integre assinatura eletrônica em minutos. Documentação simples, autenticação por API Key, ambientes separados.

Criar documento
curl -X POST https://api.dz23sign.com.br/v1/documents \
  -H "Authorization: Bearer dzs_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "title": "Contrato XYZ",
    "file_url": "https://...",
    "signers": [
      { "name": "João", "email": "joao@example.com" }
    ]
  }'
Receber webhook
POST /seu-endpoint
{
  "event": "document.completed",
  "document_id": "doc_abc123",
  "signers": [...]
}

Autenticação por chave

Bearer tokens com prefixo dzs_live_ ou dzs_test_.

Webhooks confiáveis

Reenvio automático e logs completos.

SDKs em breve

Node, Python, PHP, Ruby.