Get address by cep
GET
/v1/cep/{cep}Get address information by brazilian zip code
Requisição
Parâmetros Path
cep
string
requerido
Exemplos de Requisição
Respostas
OK(200)
Registro não encontrado(404)
Código HTTP: 200
Tipo de Conteúdo: JSONapplication/json
Cep found
Esquema de Dados
cep
string
opcional
street
string
opcional
neighborhood
string
opcional
city
string
opcional
state
string
opcional
Exemplo
{
"cep": "string",
"street": "string",
"neighborhood": "string",
"city": "string",
"state": "string"
}
Last modified: 4 months ago