Placekey integration (Location, Data). Imported from open-connector.
https://api.placekey.io/v1/placekey
| Param | Type | Required | Description |
|---|---|---|---|
| query_id | string | optional | A custom identifier echoed back in the Placekey response. |
| street_address | string | optional | The street address of the location to resolve. |
| city | string | optional | The city of the queried location. |
| region | string | optional | The second-level administrative region, such as a US state code. |
| postal_code | string | optional | The postal code of the queried location. |
| iso_country_code | string | optional | The ISO 3166-1 alpha-2 country code for the queried location. |
| latitude | number | optional | The WGS-84 latitude of the queried location. |
| longitude | number | optional | The WGS-84 longitude of the queried location. |
| location_name | string | optional | The point-of-interest name used to improve Placekey matching. |
| place_metadata | object | optional | Additional metadata used by Placekey to improve point-of-interest matching. |
| options | object | optional | Options that customize the Placekey lookup response. |
/v1/placekeys
| Param | Type | Required | Description |
|---|---|---|---|
| queries | array | required | The list of location queries to resolve with Placekey. |
| options | object | optional | Options that customize the Placekey lookup response. |
/v1/placekey
| Param | Type | Required | Description |
|---|---|---|---|
| street_address | string | required | The street address of the location to resolve into a Placekey. |
| city | string | optional | The city of the location. |
| region | string | required | The region or state of the location. |
| postal_code | string | optional | The postal code of the location. |
| iso_country_code | string | required | The ISO 3166-1 alpha-2 country code for the queried location. |
| location_name | string | optional | The point-of-interest name used to improve Placekey matching. |
/v1/placekey
| Param | Type | Required | Description |
|---|---|---|---|
| street_address | string | required | The street address of the location to resolve into a Placekey. |
| city | string | optional | The city of the location. |
| region | string | required | The region or state of the location. |
| postal_code | string | optional | The postal code of the location. |
| iso_country_code | string | required | The ISO 3166-1 alpha-2 country code for the queried location. |
| location_name | string | optional | The point-of-interest name used to improve Placekey matching. |