GET
/
{alias}
/
logistics
/
zipcode
/
{zipcode}
curl --request GET \
  --url https://api.dooki.com.br/v2/{alias}/logistics/zipcode/{zipcode} \
  --header 'User-Secret-Key: <api-key>' \
  --header 'User-Token: <api-key>'
{
  "data": [
    {
      "zipcode": "01505010",
      "street": "Rua Anita Ferraz",
      "neighborhood": "Sé",
      "city": "São Paulo",
      "uf": "SP",
      "source": "database",
      "city_id": 173
    }
  ]
}

Authorizations

User-Token
string
header
required
User-Secret-Key
string
header
required

Path Parameters

alias
string
required

Alias da loja

zipcode
string
required

CEP para consulta

Response

200
application/json

Informações do CEP

The response is of type object.