GET
/
rural
/
transportes
/
{cpf}
Transportes florestais DOF
curl --request GET \
  --url 'https://221b-api.sherlocker.com.br/api/v1/rural/transportes/{cpf}?token='
{
  "transportes": {
    "total": 10,
    "volume_total": 500,
    "parceiros": [
      {
        "cpf_cnpj": "12345678000199",
        "nome": "Empresa X",
        "municipio": "Ribeirão Preto",
        "uf": "SP"
      }
    ]
  }
}

Authorizations

token
string
query
required

Path Parameters

cpf
string
required

CPF ou CNPJ

Example:

"12345678901"

Response

Transportes encontrados

transportes
object