Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://localapi.lazydata.com.br/v1/monitoring/company/validate \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "tax_id": "<string>" } '
{ "code": 200, "message": "Pessoa jurídica validada para monitoramento.", "result": { "valid": true } }
Valide se um CNPJ pode ser monitorado antes da criação.
{ "name": "EMPRESA EXEMPLO LTDA", "tax_id": "00000000000000" }