cURL
curl --request GET \ --url https://api-sandbox.rinne.com.br/core/v1/zipcodes/{id} \ --header 'Authorization: Bearer <token>'
{ "zipcode": "13306582", "street": "Rua Ana Rosa de Jesus dos Santos", "neighborhood": "Jardim Villas do Golf", "city": "Itu", "state": "SP" }
Retrieves address information for a given zipcode using external service
JWT token for user authentication
The zipcode to lookup (5-9 digits)
Zipcode information retrieved successfully
"13306582"
"Rua Ana Rosa de Jesus dos Santos"
"Jardim Villas do Golf"
"Itu"
"SP"