The IdealPostcodes API provides a simple, powerful interface for managing postcodes and addresses in your applications. With the IdealPostcodes API, you can:
Here are some examples of what you can build with the IdealPostcodes API:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
idealpostcodes: {
type: "app",
app: "idealpostcodes",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.ideal-postcodes.co.uk/v1/keys/${this.idealpostcodes.$auth.api_key}/details`,
params: {
user_token: `${this.idealpostcodes.$auth.user_token}`,
},
})
},
})
IdealPostcodes uses API keys for authentication. When you connect your IdealPostcodes account, Pipedream securely stores the keys so you can easily authenticate to IdealPostcodes APIs in both code and no-code steps.
Sign in and copy your API key from your IdealPostcodes dashboard
To retrieve your User token,