seatgeek / api-support

A support channel for the SeatGeek Platform
9 stars 10 forks source link

Canadian postal codes don't work #81

Open borismus opened 5 years ago

borismus commented 5 years ago

US ZIP codes work:

https://api.seatgeek.com/2/venues?postal_code=94110&client_id=REDACTED&per_page=50

But Canadian postal codes don't:

https://api.seatgeek.com/2/venues?postal_code=V6Z2N7&client_id=REDACTED&per_page=50

This returns

{"status":400,"message":"No location found with postal code provided.","meta":{"status":400}}