Ir para o conteúdo

Coleção Postman Completa: SISBOV 2.0

Logo SISBOV

Abaixo está a documentação completa extraída automaticamente do arquivo Postman fornecido.

📥 Baixar Arquivo Postman Collection (JSON)


PROPRIEDADES

LISTAR PROPRIEDADES CADASTRADAS FULL - APICERT

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/propriedade/list?pageSize=9999

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

CADASTRAR PROPRIEDADE

POST https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/propriedade

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

Body (JSON):

{
  "email": "usuario@exemplo.com.br",
  "nome": "Nome do Usuario Anonimizado",
  "razaosocial": "FAZENDA SEKTECH 123",
  "nirf": "01234567",
  "incra": "",
  "oesa": "11111111111",
  "inscricaoEstadual": "",
  "acessoAFazenda": "RODOVIA GO 164 KM 10",
  "telefoneprimario": "",
  "telefonesecundario": "",
  "areaM2": "500",
  "tipo": "CRIACAO",
  "car": ""
}

CONSULTAR PROPRIEDADE COM FILTROS

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/propriedade/list?search=177

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

CONSULTAR PROPRIEDADE PELO ID

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/propriedade/{{id_exemplo}}

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

LISTAR HISTORICO DE CERTIFICADORAS POR PROPRIEDADE

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/propriedade/{{id_exemplo}}/certificadora/historico

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

LISTAR PRODUTORES VINCULADOS A UMA PROPRIEDADE

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/propriedade/{{id_exemplo}}/getProdutoresVinculados

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

LISTAR PROPRIETARIOS VINCULADOS A UMA PROPRIEDADE

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/propriedade/{{id_exemplo}}/getProprietariosVinculados

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

LISTAR PRODUTORES VINCULADOS A UMA PROPRIEDADE

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/propriedade/{{id_exemplo}}/getProdutoresVinculados

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

LISTAR PROPRIEDADES SIMPLIFICADA

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/propriedade/{{id_exemplo}}

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

INFORMAR ENDERECO PROPRIEDADE

PUT https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/propriedade/{{id_exemplo}}/novoEndereco

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

Body (JSON):

{
  "logradouro": "RODOVIA GO 164",
  "complemento": "ZONA RURAL",
  "numero": "S/N",
  "bairro": "ZONA RURAL",
  "municipio": "RIO VERDE",
  "cep": "75909000",
  "codigoMunicipio": "5218805",
  "latitude": -22.606619,
  "longitude": -43.322491,
  "uf": "GO"
}

INFORMAR ENDERECO CORRESPONDENCIA

PUT https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/propriedade/{{id_exemplo}}/novoEnderecoCorrespondencia

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

Body (JSON):

{
  "logradouro": "RUA U-002",
  "complemento": "QD 21 LT 12",
  "numero": "S/N",
  "bairro": "SETOR UNIVERSIT\u00c1RIO",
  "municipio": "RIO VERDE",
  "cep": "75909290",
  "codigoMunicipio": "5218805",
  "uf": "GO"
}

ATUALIZAR PROPRIEDADE

PUT https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/propriedade/{{id_exemplo}}

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

Body (JSON):

{
  "acessoAFazenda": "TESTE TESTE",
  "areaM2": "648",
  "email": "usuario@exemplo.com.br",
  "municipio": "ACRE\u00daNA",
  "municipioCorrespondencia": "GOI\u00c2NIA",
  "nirf": "25684795",
  "oesa": "52000300878",
  "nome": "Nome do Usuario Anonimizado",
  "razaosocial": "FAZENDA SANTA CLARA",
  "telefoneprimario": "(00)0000 - 0000",
  "telefonesecundario": "",
  "tipo": "MISTA"
}

ATUALIZAR PROPRIEDADE Copy

PUT https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/propriedade/{{id_exemplo}}

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

Body (JSON):

{
  "acessoAFazenda": "RODOVIA  BR 060, N\u00ba S/N, KM 336 A ESQUERDA 1 KM",
  "areaM2": "648",
  "ativo": "true",
  "car": "",
  "codigoERAS": "109604",
  "email": "",
  "nirf": "25684795",
  "oesa": "52000300878",
  "nome": "Nome do Usuario Anonimizado",
  "razaosocial": "FAZENDA SANTA CLARA",
  "telefoneprimario": "(00)0000 - 0000",
  "telefonesecundario": "",
  "tipo": "MISTA"
}

INFORMAR CONFINAMENTO

POST https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/propriedade/{{id_exemplo}}/cadastrarConfinamento

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

Body (JSON):

{
  "dataInicial": "2026-01-02",
  "dataFinal": "2026-12-31"
}

LISTAR VINCULOS DE PRODUTOR COM A PROPRIEDADE POR ID

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/propriedade/:id/historicoPropriedadeProdutoresVinculados

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

PROPRIETARIOS E PRODUTORES

LISTAR PROPRIETARIOS - PRODUTORES CADASTRADAS FULL - APICERT

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/produtor/list?pageSize=20&search=ELIFAS

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

CONTAR PRODUTORES - PROPRIETARIOS

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/produtor/count

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

CONTAR PRODUTORES - PROPRIETARIOS SIMPLIFICADO

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/produtor/countSimplificada

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

LISTAR VINCULOS DO PRODUTOR COM A PROPRIEDADE POR ID PRODUTOR

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/produtor/{{id_exemplo}}/historicoProdutorPropriedadeVinculada

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

LISTAR PROPRIEDADES VINCULADAS AO PROPRIETARIO

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/proprietario/{{id_exemplo}}/getPropriedadesVinculadas

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

CADASTRAR PROPRIETARIO E OU PRODUTOR

POST https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/produtor

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

Body (JSON):

{
  "email": "usuario@exemplo.com.br",
  "identificadorReceita": "96923431115",
  "nome": "Nome do Usuario Anonimizado",
  "razaosocial": "",
  "telefonePrimario": "",
  "telefoneSecundario": "",
  "codigo": "",
  "isProprietario": true
}

INFORMAR ENDERECO PRODUTOR

PUT https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/produtor/{{id_exemplo}}/novoEndereco

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

Body (JSON):

{
  "logradouro": "RODOVIA GO 164",
  "complemento": "ZONA RURAL",
  "numero": "S/N",
  "bairro": "ZONA RURAL",
  "municipio": "RIO VERDE",
  "cep": "75909000",
  "codigoMunicipio": "5218805",
  "uf": "GO"
}

VINCULAR CERTIFICADORA AO PRODUTOR

PUT https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/produtor/{{id_exemplo}}/vincularCertificadora/{{id_exemplo}}

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

DETALHAR PROPRIETARIO OU PRODUTOR PELO ID

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/produtor/{{id_exemplo}}

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

ANIMAIS

DETALHAR ANIMAL PELO ID

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/animal/{{id_exemplo}}

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

BUSCA SIMPLIFICADA POR NUMERO

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/animal/consultaSimplificadaPorNumero/105520447558800/VIVO

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

ATUALIZAR UM ANIMAL - EDITAR

PUT https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/animal/{{id_exemplo}}

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

Body (JSON):

{
  "dataIdentificacao": "2025-12-11",
  "dataNascimento": "2025-01-19",
  "sexo": "MA",
  "codigoRaca": "XX",
  "registroDefinitivo": "",
  "registroProvisorio": ""
}

CADASTRAR UM ANIMAL - NASCIMENTO

POST https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/animal/

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

Body (JSON):

{
  "dataIdentificacao": "2026-01-29",
  "dataNascimento": "2025-07-29",
  "sexo": "MA",
  "tipoIdentificacao": "BRBO",
  "numero": "076000015111980",
  "identificadorReceitaProdutor": "65951816149",
  "ERASPropriedadeLocalizacao": "109604",
  "ERASPropriedadeNascimento": "109604",
  "ERASPropriedadeResponsavel": "109604",
  "codigoRaca": "NE",
  "identificadorReceitaProdutorCadastramento": "65951816149",
  "tipoEntrada": "NASCIMENTO"
}

CADASTRAR UM ANIMAL - CARGA INICIAL

POST https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/animal/

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

Body (JSON):

{
  "dataEntradaPropriedade": "2025-12-12",
  "dataIdentificacao": "2025-12-20",
  "dataNascimento": "2025-12-20",
  "sexo": "MA",
  "tipoIdentificacao": "BR",
  "numero": "076000014502743",
  "identificadorReceitaProdutor": "65951816149",
  "ERASPropriedadeLocalizacao": "109604",
  "ERASPropriedadeNascimento": "109604",
  "ERASPropriedadeResponsavel": "109604",
  "codigoRaca": "NE",
  "identificadorReceitaProdutorCadastramento": "65951816149",
  "tipoEntrada": "CARGA_INICIAL"
}

CADASTRAR UM ANIMAL - ENTRADA

POST https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/animal/

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

Body (JSON):

{
  "dataIdentificacao": "2026-02-02",
  "dataNascimento": "2022-10-02",
  "sexo": "MA",
  "tipoIdentificacao": "BRBO",
  "numero": "076000015111581",
  "identificadorReceitaProdutor": "65951816149",
  "ERASPropriedadeLocalizacao": "109604",
  "ERASPropriedadeResponsavel": "109604",
  "codigoRaca": "NE",
  "identificadorReceitaProdutorCadastramento": "65951816149",
  "tipoEntrada": "ENTRADA",
  "numeroGTAInclusao": "GOAB148130;GOAB148131"
}

BUSCA ANIMAL PELO NUMERO SISBOV - APICERT

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/animal/byNumero/105520447557979

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

LISTAR ANIMAIS COM FILTROS - TEMPO ALTO

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/animal/list?pageSize=30&statusAnimal=VIVO¤tPage=0&idPropriedade={{id_exemplo}}

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

LISTAR ANIMAIS STATUS

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/animal/listaAnimaisStatus/VIVO?idPropriedade={{id_exemplo}}

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

CONTAR ANIMAIS POR PRODUTOR

GET https://api-cert-hmg-sisbov.agricultura.gov.br//integracao/produtor/:id/countAnimaisStatus/:status

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

CONTAR ANIMAIS POR PROPRIEDADE POR STATUS

GET https://api-cert-hmg-sisbov.agricultura.gov.br//integracao/propriedade/:id/countAnimaisStatus/:status

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

RESUMO ANIMAIS DA PROPRIEDADE

GET https://api-cert-hmg-sisbov.agricultura.gov.br//integracao/propriedade/:id/listResumoAnimais

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

REGISTRAR ALTERACAO DE POSSE

PUT https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/animal/registraAlteracaoDePosse/{{id_exemplo}}

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

Body (JSON):

[
  "{{id_exemplo}}",
  "{{id_exemplo}}"
]

REGISTRAR MORTE

PUT https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/animal/{{id_exemplo}}/registraMorte/{{id_exemplo}}/2026-01-26

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

CANCELAR MORTE

PUT https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/animal/:id/cancelarMorte

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

BUSCAR MORTE PELO ID MORTE

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/animal/getMorte/{{id_exemplo}}

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

REGISTRAR DESLIGAMENTO

PUT https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/animal/{{id_exemplo}}/registraDesligamento/{{id_exemplo}}

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

BUSCAR DESLIGAMENTO PELO ID DESLIGAMENTO

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/animal/getDesligamento/{{id_exemplo}}

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

RELIGAR ANIMAL

PUT https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/animal/{{id_exemplo}}/registraReligamento

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

LISTAR ANIMAIS DA PROPRIEDADE POR STATUS

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/propriedade/{{id_exemplo}}/listaAnimaisStatus/VIVO?currentPage=0&pageSize=30

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

LISTAR ANIMAIS PROUTOR POR STATUS

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/produtor/:id/listaAnimaisStatus/:status?currentPage=18&pageSize=30

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

LISTAR RESUMO ANIMAIS PRODUTOR

GET https://api-cert-hmg-sisbov.agricultura.gov.br//integracao/produtor/:id/listResumoAnimais

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

2 - BUSCA ANIMAL COM FILTRO NRO SISBOV

PUT https://api.sigboi.agr.br/api/animal/listWithFilter

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

Body (JSON):

{
  "numero": "105520436052617",
  "currentPage": 1,
  "pageSize": 9999
}

VInculos

FAZER VINCULO PRODUTOR - PROPRIEDADE

PUT https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/propriedade/{{id_exemplo}}/vincularProdutor/{{id_exemplo}}?inscricaoEstadual=123456789

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

DESVINCULAR PRODUTOR

PUT https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/propriedade/{{id_exemplo}}/desvincularProdutor/{{id_exemplo}}

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

FAZER VINCULO PROPRIETARIO - PROPRIEDADE

PUT https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/propriedade/{{id_exemplo}}/vincularProprietario/{{id_exemplo}}

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

DESVINCULAR PROPRIETÁRIO

PUT https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/propriedade/{{id_exemplo}}/desvincularProprietario/{{id_exemplo}}

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

SOLICITAÇÃO DE NUMERAÇÃO

CADASTRAR SOLICITAÇÃO DE NUMERACAO

POST https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/solicitacaoNumeracao

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

Body (JSON):

{
  "tipo": "BRBO",
  "quantidade": 500,
  "justificativa": "Necessidade de numera\u00e7\u00e3o para novos animais adquiridos na propriedade rural",
  "status": "SOLICITADO",
  "idPropriedade": "{{id_exemplo}}",
  "idProdutor": "{{id_exemplo}}",
  "idFabrica": "{{id_exemplo}}",
  "observacoes": ""
}

ATUALIZAR SOLICITACAO NUMERACAO

PUT https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/solicitacaoNumeracao/{{id_exemplo}}

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

Body (JSON):

{
  "tipo": "BRBO",
  "quantidade": 1000,
  "justificativa": "Necessidade de numera\u00e7\u00e3o para novos animais adquiridos na propriedade rural",
  "status": "SOLICITADO",
  "idPropriedade": "{{id_exemplo}}",
  "idProdutor": "{{id_exemplo}}",
  "idFabrica": "{{id_exemplo}}",
  "observacoes": ""
}

LISTAR FABRICANTES

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/solicitacaoNumeracao/listFabricas?pageSize=9999¤tPage=0

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

CONTAR FABRICANTES

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/solicitacaoNumeracao/countFabricas

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

LISTAR SOLICITACOES

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/solicitacaoNumeracao/list?idPropriedade={{id_exemplo}}¤tPage=0&pageSize=30&sort=dataSolicitacao,DESC

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

CONTAR SOLICITACOES

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/solicitacaoNumeracao/count?idPropriedade={{id_exemplo}}

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

BUSCAR SOLICITAÇÃO POR ID

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/solicitacaoNumeracao/{{id_exemplo}}

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

LISTAR NUMEROS DA SOLICITACAO

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/solicitacaoNumeracao/{{id_exemplo}}/listarNumeros

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

TECNICOS

LISTAR TÉCNICOS

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/tecnico/list?pageSize=9999

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

CONTAR TÉCNICOS

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/tecnico/count

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

CADASTRAR TÉCNICO

POST https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/tecnico

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

Body (JSON):

{
  "nome": "Nome do Usuario Anonimizado",
  "cpf": "12345678900",
  "email": "usuario@exemplo.com.br",
  "telefoneprimario": "(11)98765-4321",
  "telefonesecundario": "(11)91234-5678",
  "tipo": "TECNICO_DE_CAMPO",
  "sexo": "MA",
  "dataNascimento": "1985-05-15",
  "rg": "123456789",
  "dataExpedicao": "2000-01-10",
  "orgaoExpedidor": "SSP",
  "ufExpedidor": "SP"
}

ADICIONAR DADOS PROFISSIONAIS

PUT https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/tecnico/{{id_exemplo}}/dadosProfissionais

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

Body (JSON):

{
  "profissao": "MEDICO_VETERINARIO",
  "numeroConselho": "12345",
  "uf": "SP"
}

UTILs

LISTAR RAÇAS

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/util/raca/list

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

TIPOS DESLIGAMENTO

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/util/listTipoDesligamento

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

TIPOS MORTE

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/util/listTipoMorte

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

CAUSA MORTE

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/util/listTipoMorte

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

TIPO SOLICITACAO

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/util/tipoSolicitacao

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

TIPOS PROPRIEDADE

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/util/tipoPropriedade

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

TIPO MOVIMENTACAO

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/util/tipoMovimentacao

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

TIPOS DOMINIO

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/util/listTipoDominio

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

LISTAR SUBDOMINIOS

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/util/dominio/listDominio/:dominio

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

GTAS

LISTAR GTAS COM FILTROS

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/gta/list?ERASPropriedadeOrigem=15234¤tPage=0&pageSize=30

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

CADASTRAR GTA SEM IDENTIFICAÇÃO ORIGEM

POST https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/gta

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

Body (JSON):

{
  "numero": "987654",
  "serie": "AC",
  "numeroComposto": "AC9876541",
  "uf": "GO",
  "idPropriedadeOrigem": null,
  "idPropriedadeDestino": "{{id_exemplo}}",
  "idProdutorOrigem": null,
  "idProdutorDestino": "{{id_exemplo}}",
  "idFrigorificoDestino": null,
  "dataEmissao": "2026-01-30",
  "dataValidade": "2026-02-02",
  "dataEntrada": "2026-02-02",
  "dataSaida": "2026-02-02",
  "quantidadeDeAnimais": "100",
  "tipoTransporte": "RODOVIARIO",
  "tipogta": "SEM_IDENTIFICACAO_ORIGEM",
  "identificadorReceitaProdutorNaoCadastrado": "79859763100",
  "nomeProdutorNaoCadastrado": null,
  "oesaPropriedadeNaoCadastrada": "52009100921",
  "nomePropriedadeNaoCadastrada": null
}

CADASTRAR GTA - ENTRE ERAS

POST https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/gta

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

Body (JSON):

{
  "numero": "123457",
  "serie": "TT",
  "numeroComposto": "TT123457",
  "uf": "GO",
  "idPropriedadeOrigem": "{{id_exemplo}}",
  "idPropriedadeDestino": "{{id_exemplo}}",
  "idProdutorOrigem": "{{id_exemplo}}",
  "idProdutorDestino": "{{id_exemplo}}",
  "idFrigorificoDestino": null,
  "dataEmissao": "2026-02-05",
  "dataValidade": "2026-02-12",
  "dataEntrada": "2026-02-05",
  "dataSaida": "2026-02-05",
  "quantidadeDeAnimais": "25",
  "tipoTransporte": "RODOVIARIO",
  "tipogta": "PADRAO",
  "identificadorReceitaProdutorNaoCadastrado": null,
  "nomeProdutorNaoCadastrado": null,
  "oesaPropriedadeNaoCadastrada": null,
  "nomePropriedadeNaoCadastrada": null
}

ADICIONAR ARQUIVO A GTA

POST https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/gta/{{id_exemplo}}/adicionarArquivo

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

BAIXAR ARQUIVO GTA

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/gta/:id/baixarArquivo

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

Body (JSON):

{
  "numero": "string",
  "serie": "string",
  "numeroComposto": "string",
  "uf": "string",
  "idPropriedadeOrigem": "string",
  "idPropriedadeDestino": "string",
  "idProdutorOrigem": "string",
  "idProdutorDestino": "string",
  "idFrigorificoDestino": "string",
  "dataEmissao": "string",
  "dataValidade": "string",
  "dataEntrada": "string",
  "dataSaida": "string",
  "quantidadeDeAnimais": "string",
  "tipoTransporte": "string",
  "tipoGTA": "string",
  "identificadorReceitaProdutorNaoCadastrado": "string",
  "oesaPropriedadeNaoCadastrada": "string"
}

BUSCAR GTA PELO ID

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/gta/{{id_exemplo}}

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

ATUALIZAR GTA EXISTENTE

PUT https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/gta/{{id_exemplo}}

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

Body (JSON):

{
  "numero": "112030",
  "serie": "AF",
  "numeroComposto": "AF112030",
  "uf": "GO",
  "idPropriedadeOrigem": null,
  "idPropriedadeDestino": "{{id_exemplo}}",
  "idProdutorOrigem": null,
  "idProdutorDestino": "{{id_exemplo}}",
  "idFrigorificoDestino": null,
  "dataEmissao": "2025-11-10",
  "dataValidade": "2025-11-17",
  "dataEntrada": "2025-11-11",
  "dataSaida": "2025-11-11",
  "quantidadeDeAnimais": "10",
  "tipoTransporte": "RODOVIARIO",
  "tipogta": "SEM_IDENTIFICACAO_ORIGEM",
  "identificadorReceitaProdutorNaoCadastrado": "96923431115",
  "nomeProdutorNaoCadastrado": "EDSON BORGES DE FREITAS",
  "oesaPropriedadeNaoCadastrada": "123456789010",
  "nomePropriedadeNaoCadastrada": "FAZENDA TESTE DE GTA SEM ORIGEM"
}

EXCLUIR GTA EXISTENTE

DELETE https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/gta/{{id_exemplo}}

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

CERTIFICADORAS

BUSCAR DADOS CERTIFICADORA

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/certificadora/byCnpj/05788798000100

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

Listar Produtores Vinculados à Certificadora

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/certificadora/produtoresVinculados?currentPage=1&pageSize=10

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

LISTAR PROPRIEDADES VINCULADAS A CERTIFICADORA

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/certificadora/propriedadesVinculadas?currentPage=23&pageSize=9999

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

VISTORIAS

LISTAR VISTORIAS POR PROPRIEDADE ID

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/vistoria/list?idPropriedade={{id_exemplo}}

Generated from cURL: curl 'https://api-hmg-sisbov.agricultura.gov.br/api/vistoria/listdto?currentpage=0&pagesize=5&sort=vistoria.dataRealizacaoDESC&filter=vistoria.status=CRIADA' \ -H 'Accept: application/json, text/plain, /' \ -H 'Accept-Language: pt-BR,pt;q=0.9,en-US;q=0.8,en;q=0.7' \ -H 'Access-Control-Allow-Origin: *' \ -H 'Authorization: Bearer {{bearer_token}}' \ -H 'Connection: keep-alive' \ -H 'Origin: https://hmg-sisbov.agricultura.gov.br' \ -H 'Referer: https://hmg-sisbov.agricultura.gov.br/' \ -H 'Sec-Fetch-Dest: empty' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="142", "Google Chrome";v="142", "Not_A Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "Windows"'

Headers:

Key Value Description
Authorization Bearer {{bearer_token}}

LISTAR VISTORIAS POR TÉCNICO ID

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/vistoria/listarVistoriasPorTecnico/{{id_exemplo}}

Generated from cURL: curl 'https://api-hmg-sisbov.agricultura.gov.br/api/vistoria/listdto?currentpage=0&pagesize=5&sort=vistoria.dataRealizacaoDESC&filter=vistoria.status=CRIADA' \ -H 'Accept: application/json, text/plain, /' \ -H 'Accept-Language: pt-BR,pt;q=0.9,en-US;q=0.8,en;q=0.7' \ -H 'Access-Control-Allow-Origin: *' \ -H 'Authorization: Bearer {{bearer_token}}' \ -H 'Connection: keep-alive' \ -H 'Origin: https://hmg-sisbov.agricultura.gov.br' \ -H 'Referer: https://hmg-sisbov.agricultura.gov.br/' \ -H 'Sec-Fetch-Dest: empty' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="142", "Google Chrome";v="142", "Not_A Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "Windows"'

Headers:

Key Value Description
Authorization Bearer {{bearer_token}}

LISTAR CKECKLISTS

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/vistoria/listarCheckList?pageSize=30¤tPage=0

Generated from cURL: curl 'https://api-hmg-sisbov.agricultura.gov.br/api/vistoria/listdto?currentpage=0&pagesize=5&sort=vistoria.dataRealizacaoDESC&filter=vistoria.status=CRIADA' \ -H 'Accept: application/json, text/plain, /' \ -H 'Accept-Language: pt-BR,pt;q=0.9,en-US;q=0.8,en;q=0.7' \ -H 'Access-Control-Allow-Origin: *' \ -H 'Authorization: Bearer {{bearer_token}}' \ -H 'Connection: keep-alive' \ -H 'Origin: https://hmg-sisbov.agricultura.gov.br' \ -H 'Referer: https://hmg-sisbov.agricultura.gov.br/' \ -H 'Sec-Fetch-Dest: empty' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="142", "Google Chrome";v="142", "Not_A Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "Windows"'

Headers:

Key Value Description
Authorization Bearer {{bearer_token}}

LISTAR STATUS DA VISTORIA POR ID

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/vistoria/{{id_exemplo}}/status

Generated from cURL: curl 'https://api-hmg-sisbov.agricultura.gov.br/api/vistoria/listdto?currentpage=0&pagesize=5&sort=vistoria.dataRealizacaoDESC&filter=vistoria.status=CRIADA' \ -H 'Accept: application/json, text/plain, /' \ -H 'Accept-Language: pt-BR,pt;q=0.9,en-US;q=0.8,en;q=0.7' \ -H 'Access-Control-Allow-Origin: *' \ -H 'Authorization: Bearer {{bearer_token}}' \ -H 'Connection: keep-alive' \ -H 'Origin: https://hmg-sisbov.agricultura.gov.br' \ -H 'Referer: https://hmg-sisbov.agricultura.gov.br/' \ -H 'Sec-Fetch-Dest: empty' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="142", "Google Chrome";v="142", "Not_A Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "Windows"'

Headers:

Key Value Description
Authorization Bearer {{bearer_token}}

DETALHAR VISTORIA POR ID

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/vistoria/{{id_exemplo}}

Generated from cURL: curl 'https://api-hmg-sisbov.agricultura.gov.br/api/vistoria/listdto?currentpage=0&pagesize=5&sort=vistoria.dataRealizacaoDESC&filter=vistoria.status=CRIADA' \ -H 'Accept: application/json, text/plain, /' \ -H 'Accept-Language: pt-BR,pt;q=0.9,en-US;q=0.8,en;q=0.7' \ -H 'Access-Control-Allow-Origin: *' \ -H 'Authorization: Bearer {{bearer_token}}' \ -H 'Connection: keep-alive' \ -H 'Origin: https://hmg-sisbov.agricultura.gov.br' \ -H 'Referer: https://hmg-sisbov.agricultura.gov.br/' \ -H 'Sec-Fetch-Dest: empty' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="142", "Google Chrome";v="142", "Not_A Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "Windows"'

Headers:

Key Value Description
Authorization Bearer {{bearer_token}}

REAGENDAR VISTORIA

PUT https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/vistoria/:id/reagendar/:data

Generated from cURL: curl 'https://api-hmg-sisbov.agricultura.gov.br/api/vistoria/listdto?currentpage=0&pagesize=5&sort=vistoria.dataRealizacaoDESC&filter=vistoria.status=CRIADA' \ -H 'Accept: application/json, text/plain, /' \ -H 'Accept-Language: pt-BR,pt;q=0.9,en-US;q=0.8,en;q=0.7' \ -H 'Access-Control-Allow-Origin: *' \ -H 'Authorization: Bearer {{bearer_token}}' \ -H 'Connection: keep-alive' \ -H 'Origin: https://hmg-sisbov.agricultura.gov.br' \ -H 'Referer: https://hmg-sisbov.agricultura.gov.br/' \ -H 'Sec-Fetch-Dest: empty' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="142", "Google Chrome";v="142", "Not_A Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "Windows"'

Headers:

Key Value Description
Authorization Bearer {{bearer_token}}

LISTAR PERGUNTAS (CHECKLIST) VISTORIA

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/vistoria/{{id_exemplo}}/listarPerguntas

Generated from cURL: curl 'https://api-hmg-sisbov.agricultura.gov.br/api/vistoria/listdto?currentpage=0&pagesize=5&sort=vistoria.dataRealizacaoDESC&filter=vistoria.status=CRIADA' \ -H 'Accept: application/json, text/plain, /' \ -H 'Accept-Language: pt-BR,pt;q=0.9,en-US;q=0.8,en;q=0.7' \ -H 'Access-Control-Allow-Origin: *' \ -H 'Authorization: Bearer {{bearer_token}}' \ -H 'Connection: keep-alive' \ -H 'Origin: https://hmg-sisbov.agricultura.gov.br' \ -H 'Referer: https://hmg-sisbov.agricultura.gov.br/' \ -H 'Sec-Fetch-Dest: empty' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="142", "Google Chrome";v="142", "Not_A Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "Windows"'

Headers:

Key Value Description
Authorization Bearer {{bearer_token}}

AGENDAR - CRIAR - VISTORIA

POST https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/vistoria

Generated from cURL: curl 'https://api-hmg-sisbov.agricultura.gov.br/api/vistoria/listdto?currentpage=0&pagesize=5&sort=vistoria.dataRealizacaoDESC&filter=vistoria.status=CRIADA' \ -H 'Accept: application/json, text/plain, /' \ -H 'Accept-Language: pt-BR,pt;q=0.9,en-US;q=0.8,en;q=0.7' \ -H 'Access-Control-Allow-Origin: *' \ -H 'Authorization: Bearer {{bearer_token}}' \ -H 'Connection: keep-alive' \ -H 'Origin: https://hmg-sisbov.agricultura.gov.br' \ -H 'Referer: https://hmg-sisbov.agricultura.gov.br/' \ -H 'Sec-Fetch-Dest: empty' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="142", "Google Chrome";v="142", "Not_A Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "Windows"'

Headers:

Key Value Description
Authorization Bearer {{bearer_token}}

Body (JSON):

{
  "tipo": "CONFORMIDADE",
  "alias": "Vistoria da propriedade...",
  "dataAgendamento": "2026-02-07",
  "idPropriedade": "{{id_exemplo}}",
  "idTecnico": "{{id_exemplo}}",
  "idCheckList": "{{id_exemplo}}"
}

REAGENDAR VISTORIA

PUT https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/vistoria/{{id_exemplo}}/reagendar/2026-02-01

Generated from cURL: curl 'https://api-hmg-sisbov.agricultura.gov.br/api/vistoria/listdto?currentpage=0&pagesize=5&sort=vistoria.dataRealizacaoDESC&filter=vistoria.status=CRIADA' \ -H 'Accept: application/json, text/plain, /' \ -H 'Accept-Language: pt-BR,pt;q=0.9,en-US;q=0.8,en;q=0.7' \ -H 'Access-Control-Allow-Origin: *' \ -H 'Authorization: Bearer {{bearer_token}}' \ -H 'Connection: keep-alive' \ -H 'Origin: https://hmg-sisbov.agricultura.gov.br' \ -H 'Referer: https://hmg-sisbov.agricultura.gov.br/' \ -H 'Sec-Fetch-Dest: empty' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="142", "Google Chrome";v="142", "Not_A Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "Windows"'

Headers:

Key Value Description
Authorization Bearer {{bearer_token}}

Body (JSON):

{
  "tipo": "CONFORMIDADE",
  "alias": "Vistoria da propriedade...",
  "dataAgendamento": "2026-02-07",
  "idPropriedade": "{{id_exemplo}}",
  "idTecnico": "{{id_exemplo}}",
  "idCheckList": "{{id_exemplo}}"
}

APROVAR VISTORIA

PUT https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/vistoria/{{id_exemplo}}/aprovar/CONFORME

Generated from cURL: curl 'https://api-hmg-sisbov.agricultura.gov.br/api/vistoria/listdto?currentpage=0&pagesize=5&sort=vistoria.dataRealizacaoDESC&filter=vistoria.status=CRIADA' \ -H 'Accept: application/json, text/plain, /' \ -H 'Accept-Language: pt-BR,pt;q=0.9,en-US;q=0.8,en;q=0.7' \ -H 'Access-Control-Allow-Origin: *' \ -H 'Authorization: Bearer {{bearer_token}}' \ -H 'Connection: keep-alive' \ -H 'Origin: https://hmg-sisbov.agricultura.gov.br' \ -H 'Referer: https://hmg-sisbov.agricultura.gov.br/' \ -H 'Sec-Fetch-Dest: empty' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="142", "Google Chrome";v="142", "Not_A Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "Windows"'

Headers:

Key Value Description
Authorization Bearer {{bearer_token}}

Body (JSON):

{
  "tipo": "CONFORMIDADE",
  "alias": "Vistoria da propriedade...",
  "dataAgendamento": "2026-02-07",
  "idPropriedade": "{{id_exemplo}}",
  "idTecnico": "{{id_exemplo}}",
  "idCheckList": "{{id_exemplo}}"
}

CANCELAR VISTORIA

PUT https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/vistoria/{{id_exemplo}}/cancelar

Generated from cURL: curl 'https://api-hmg-sisbov.agricultura.gov.br/api/vistoria/listdto?currentpage=0&pagesize=5&sort=vistoria.dataRealizacaoDESC&filter=vistoria.status=CRIADA' \ -H 'Accept: application/json, text/plain, /' \ -H 'Accept-Language: pt-BR,pt;q=0.9,en-US;q=0.8,en;q=0.7' \ -H 'Access-Control-Allow-Origin: *' \ -H 'Authorization: Bearer {{bearer_token}}' \ -H 'Connection: keep-alive' \ -H 'Origin: https://hmg-sisbov.agricultura.gov.br' \ -H 'Referer: https://hmg-sisbov.agricultura.gov.br/' \ -H 'Sec-Fetch-Dest: empty' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="142", "Google Chrome";v="142", "Not_A Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "Windows"'

Headers:

Key Value Description
Authorization Bearer {{bearer_token}}

Body (JSON):

{
  "tipo": "CONFORMIDADE",
  "alias": "Vistoria da propriedade...",
  "dataAgendamento": "2026-02-07",
  "idPropriedade": "{{id_exemplo}}",
  "idTecnico": "{{id_exemplo}}",
  "idCheckList": "{{id_exemplo}}"
}

NUMERAÇÕES

LISTAR NUMERAÇÕES

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/numeracao/list?idPropriedade={{id_exemplo}}

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

LISTAR NF DA NUMERACAO

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/numeracao/:id/notasFiscais

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

LISTAR NUMERACAO BY CODIGO SOLICITACAO

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/numeracao/byCodigoSolicitacao/392103

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

LISTAR NUMERACAO BY ID

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/numeracao/:id

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

LISTAR NUMEROS DE UMA NUMERACAO

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/numeracao/{{id_exemplo}}/listarNumeros

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

LISTAR NF´S DA NUMERACAO

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/numeracao/{{id_exemplo}}/notasFiscais

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

REGISTRAR RECEBIMENTO DA NUMERACAO

POST https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/numeracao/{{id_exemplo}}/registrarRecebimento

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

NUMEROS

BUSCAR NUMERO POR ID DO NUMERO

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/numero/{{id_exemplo}}

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

BUSCAR NUMERO POR NUMERO

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/numero/byNumero/105520459515303

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

CONTAR NUMEROS

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/numero/count?idNumeracao={{id_exemplo}}

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

LISTAR NUMEROS COM FILTROS

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/numero/list?idNumeracao={{id_exemplo}}&pageSize=999¤tPage=0

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

OBTER PROXIMO NUMERO DISPONIVEL

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/numero/{{id_exemplo}}/proximoDisponivel

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

MOVIMENTAÇÕES

1 - CADASTRAR MOVIMENTAÇÃO ENTRE PROPRIEDADES - ERAS - PELA ORIGEM

POST https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/movimentacao

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

Body (JSON):

{
  "idPropriedadeOrigem": "uuid",
  "idPropriedadeDestino": "uuid",
  "idProdutorOrigem": "uuid",
  "idProdutorDestino": "uuid",
  "dataEmissao": "aaaa-mm-dd",
  "dataValidade": "aaaa-mm-dd",
  "dataEntrada": "aaaa-mm-dd",
  "dataSaida": "aaaa-mm-dd",
  "dataMovimentacao": "aaaa-mm-dd",
  "tipoMovimentacao": "ENTRE_PROPRIEDADES_ORIGEM"
}

1 - CADASTRAR MOVIMENTAÇÃO ENTRE PROPRIEDADES - ERAS - PELO DESTINO

POST https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/movimentacao

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

Body (JSON):

{
  "idPropriedadeOrigem": "{{id_exemplo}}",
  "idPropriedadeDestino": "{{id_exemplo}}",
  "idProdutorOrigem": "{{id_exemplo}}",
  "idProdutorDestino": "{{id_exemplo}}",
  "dataEmissao": "2026-02-05",
  "dataValidade": "2026-02-12",
  "dataEntrada": "2026-02-05",
  "dataSaida": "2026-02-05",
  "dataMovimentacao": "2026-02-05",
  "tipoMovimentacao": "ENTRE_PROPRIEDADES_DESTINO"
}

1 - CADASTRAR MOVIMENTAÇÃO PARA FRIGORIFICO

POST https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/movimentacao

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

Body (JSON):

{
  "idPropriedadeOrigem": "uuid",
  "idProdutorOrigem": "uuid",
  "idFrigorificoDestino": "uuid",
  "dataEmissao": "aaaa-mm-dd",
  "dataValidade": "aaaa-mm-dd",
  "dataEntrada": "aaaa-mm-dd",
  "dataSaida": "aaaa-mm-dd",
  "dataMovimentacao": "aaaa-mm-dd",
  "tipoMovimentacao": "PARA_FRIGORIFICO"
}

4 - INICIAR UMA MOVIMENTACAO

PUT https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/movimentacao/{{id_exemplo}}/iniciarMovimentacao

Inicia uma movimentação, marcando o início do processo de transporte dos animais.

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

5 - FINALIZAR A MOVIMENTACAO

PUT https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/movimentacao/{{id_exemplo}}/finalizarMovimentacaoEntrePropriedades

Inicia uma movimentação, marcando o início do processo de transporte dos animais.

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

CANCELAR UMA MOVIMENTAÇÃO

PUT https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/movimentacao/{{id_exemplo}}/cancelarMovimentacao

Cancela uma movimentação, revertendo o processo de transporte.

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

2 - ADICIONAR GTAS A MOVIMENTACAO

PUT https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/movimentacao/{{id_exemplo}}/adicionarGTAs

Cancela uma movimentação, revertendo o processo de transporte.

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

Body (JSON):

[
  "{{id_exemplo}}",
  "{{id_exemplo}}"
]

3 - ADICIONAR ANIMAIS A MOVIMENTACAO

PUT https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/movimentacao/{{id_exemplo}}/adicionarAnimais

Cancela uma movimentação, revertendo o processo de transporte.

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

Body (JSON):

[
  "{{id_exemplo}}",
  "{{id_exemplo}}",
  "{{id_exemplo}}",
  "{{id_exemplo}}",
  "{{id_exemplo}}",
  "{{id_exemplo}}",
  "{{id_exemplo}}",
  "{{id_exemplo}}",
  "{{id_exemplo}}",
  "{{id_exemplo}}",
  "{{id_exemplo}}",
  "{{id_exemplo}}",
  "{{id_exemplo}}",
  "{{id_exemplo}}",
  "{{id_exemplo}}",
  "{{id_exemplo}}",
  "{{id_exemplo}}",
  "{{id_exemplo}}",
  "{{id_exemplo}}",
  "{{id_exemplo}}",
  "{{id_exemplo}}",
  "{{id_exemplo}}",
  "{{id_exemplo}}",
  "{{id_exemplo}}",
  "{{id_exemplo}}",
  "{{id_exemplo}}",
  "{{id_exemplo}}",
  "{{id_exemplo}}",
  "{{id_exemplo}}",
  "{{id_exemplo}}",
  "{{id_exemplo}}",
  "{{id_exemplo}}",
  "{{id_exemplo}}",
  "{{id_exemplo}}",
  "{{id_exemplo}}",
  "{{id_exemplo}}",
  "{{id_exemplo}}",
  "{{id_exemplo}}",
  "{{id_exemplo}}",
  "{{id_exemplo}}",
  "{{id_exemplo}}",
  "{{id_exemplo}}",
  "{{id_exemplo}}",
  "{{id_exemplo}}",
  "{{id_exemplo}}",
  "{{id_exemplo}}",
  "{{id_exemplo}}",
  "{{id_exemplo}}",
  "{{id_exemplo}}",
  "{{id_exemplo}}"
]

RETIRAR ANIMAIS DA MOVIMENTACAO

DELETE https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/movimentacao/:id/removerAnimais

Cancela uma movimentação, revertendo o processo de transporte.

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

Body (JSON):

[
  "{{id_exemplo}}",
  "{{id_exemplo}}"
]

RETIRAR TODOS OS ANIMAIS DA MOVIMENTACAO

DELETE https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/movimentacao/:id/removerTodosAnimais

Cancela uma movimentação, revertendo o processo de transporte.

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

RETIRAR GTAS DA MOVIMENTACAO

DELETE https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/movimentacao/:id/removerGTAs

Cancela uma movimentação, revertendo o processo de transporte.

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

Body (JSON):

[
  "{{id_exemplo}}"
]

RETIRAR TODOS OSGTAS DA MOVIMENTACAO

DELETE https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/movimentacao/:id/removerTodasGTAs

Cancela uma movimentação, revertendo o processo de transporte.

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

LISTAR MOVIMENTACOES

GET https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/movimentacao/list?idPropriedadeOrigem={{id_exemplo}}

StartFragment

Parâmetro Tipo Descrição Padrão
pageSize Integer Tamanho da página 20
currentPage Integer Página atual 0
sort String Ordenação (formato: campo1,ASC;campo2,DESC) -
search String Termo de busca geral -
uf Enum Unidade Federativa -
idPropriedadeOrigem UUID ID da propriedade de origem -
ERASPropriedadeOrigem String ERAS da propriedade de origem -
idPropriedadeDestino UUID ID da propriedade de destino -
ERASPropriedadeDestino String ERAS da propriedade de destino -
idProdutorOrigem UUID ID do produtor de origem -
identificadorReceitaProdutorOrigem String Identificador da receita do produtor de origem -
idProdutorDestino UUID ID do produtor de destino -
identificadorReceitaProdutorDestino String Identificador da receita do produtor de destino -
idFrigorificoDestino UUID ID do frigorífico de destino -
sifFrigorificoDestino String SIF do frigorífico de destino -
dataEmissao LocalDate Data de emissão (format: YYYY-MM-DD) -
dataValidade LocalDate Data de validade (format: YYYY-MM-DD) -
dataEntrada LocalDate Data de entrada (format: YYYY-MM-DD) -
dataSaida LocalDate Data de saída (format: YYYY-MM-DD) -
dataMovimentacao LocalDate Data de movimentação (format: YYYY-MM-DD) -
dataCancelamento LocalDate Data de cancelamento (format: YYYY-MM-DD) -
idCertificadora UUID ID da certificadora -
idGTA UUID ID da GTA -
idAnimal UUID ID do animal

EndFragment

Headers:

Key Value Description
Content-Type application/json
Authorization Bearer {{bearer_token}}

LISTAR MOVIMENTAÇÕES WEB = ENTRE DESTINO E ENTRE ORIGEM

GET https://api-hmg-sisbov.agricultura.gov.br/api/movimentacao/listdto?currentpage=0&pagesize=5&filter=movimentacao.tipo=ENTRE_PROPRIEDADES_DESTINO

Generated from cURL: curl 'https://api-hmg-sisbov.agricultura.gov.br/api/movimentacao/listdto?currentpage=0&pagesize=5&filter=movimentacao.tipo=ENTRE_PROPRIEDADES_DESTINO' \ -H 'Accept: application/json, text/plain, /' \ -H 'Accept-Language: pt-BR,pt;q=0.9,en-US;q=0.8,en;q=0.7' \ -H 'Access-Control-Allow-Origin: *' \ -H 'Authorization: Bearer {{bearer_token}}' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Origin: https://hmg-sisbov.agricultura.gov.br' \ -H 'Pragma: no-cache' \ -H 'Referer: https://hmg-sisbov.agricultura.gov.br/' \ -H 'Sec-Fetch-Dest: empty' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Not(A:Brand";v="8", "Chromium";v="144", "Google Chrome";v="144"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "Windows"'

Headers:

Key Value Description
Accept application/json, text/plain, */*
Accept-Language pt-BR,pt;q=0.9,en-US;q=0.8,en;q=0.7
Access-Control-Allow-Origin *
Authorization Bearer {{bearer_token}}
Cache-Control no-cache
Connection keep-alive
Origin https://hmg-sisbov.agricultura.gov.br
Pragma no-cache
Referer https://hmg-sisbov.agricultura.gov.br/
Sec-Fetch-Dest empty
Sec-Fetch-Mode cors
Sec-Fetch-Site same-site
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36
sec-ch-ua "Not(A:Brand";v="8", "Chromium";v="144", "Google Chrome";v="144"
sec-ch-ua-mobile ?0
sec-ch-ua-platform "Windows"

LISTAR MOVIMENTACOES GERAL

GET https://api-hmg-sisbov.agricultura.gov.br/api/movimentacao/listdto?currentpage=0&pagesize=500&sort=movimentacao.dataEntradaDESC&propriedadedestino=true

Generated from cURL: curl 'https://api-hmg-sisbov.agricultura.gov.br/api/movimentacao/listdto?currentpage=0&pagesize=5&sort=movimentacao.dataEntradaDESC&frigorificodestino=false&propriedadedestino=true' \ -H 'Accept: application/json, text/plain, /' \ -H 'Accept-Language: pt-BR,pt;q=0.9,en-US;q=0.8,en;q=0.7' \ -H 'Access-Control-Allow-Origin: *' \ -H 'Authorization: Bearer {{bearer_token}}' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Origin: https://hmg-sisbov.agricultura.gov.br' \ -H 'Pragma: no-cache' \ -H 'Referer: https://hmg-sisbov.agricultura.gov.br/' \ -H 'Sec-Fetch-Dest: empty' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Not(A:Brand";v="8", "Chromium";v="144", "Google Chrome";v="144"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "Windows"'

Headers:

Key Value Description
Accept application/json, text/plain, */*
Accept-Language pt-BR,pt;q=0.9,en-US;q=0.8,en;q=0.7
Access-Control-Allow-Origin *
Authorization Bearer {{bearer_token}}
Cache-Control no-cache
Connection keep-alive
Origin https://hmg-sisbov.agricultura.gov.br
Pragma no-cache
Referer https://hmg-sisbov.agricultura.gov.br/
Sec-Fetch-Dest empty
Sec-Fetch-Mode cors
Sec-Fetch-Site same-site
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36
sec-ch-ua "Not(A:Brand";v="8", "Chromium";v="144", "Google Chrome";v="144"
sec-ch-ua-mobile ?0
sec-ch-ua-platform "Windows"

AUTENTICACAO

AUTENTICACAO - APICERT

POST https://api-cert-hmg-sisbov.agricultura.gov.br/integracao/auth/system

Headers:

Key Value Description
X-ACCESS-KEY AK-
X-SECRET-KEY ``
Content-Type application/json