Transforming industries with predictive scientific models. Aviation, space, defence, navigation.
Go to siteThe Amentum Aerospace API gives you access to a wide range of data and information about the aerospace industry. With this API you can:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
amentum_aerospace: {
type: "app",
app: "amentum_aerospace",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://${this.amentum_aerospace.$auth.subdomain}.amentum.io/gebco`,
headers: {
"Accept": `application/json`,
"API-Key": `${this.amentum_aerospace.$auth.api_key}`,
},
params: {
latitude: `-45`,
longitude: `45`,
},
})
},
})
Amentum Aerospace uses API keys for authentication. When you connect your Amentum Aerospace account, Pipedream securely stores the keys so you can easily authenticate to Amentum Aerospace APIs in both code and no-code steps.
To have emailed your API key,
Your subdomain is 1234
if your Subscription API URL is https://1234.amentum.io/