Whapi Locations
Connector for the whapi-locations API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://sandbox.whapi.com/v2/locations - Auth:
header:apiKey(pass your key via theapiKeyinput)
Operations
addresslookup— GET /address/lookup/ — Retrieves a list of addresses when supplied with a house number or name and a pogetcountries— GET /countries/ — Retrieves a list of countries and its currencies.getcountry— GET /countries/{countryCode} — Retrieves the specified country and its currency.getcurrencies— GET /currencies/ — Retreives the list of currencies.getcurrency— GET /currencies/{currencyCode} — Retreives the specified currency.
Inputs
apiKey— your whapi-locations API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: addresslookup
apiKey: <your key>