asteph
asteph6mo ago

API Key

Hello, I am building a web3 app, and I would like to integrate buildship with Moralis API . But I wonder How to input the API Key inside buildship, is it not in the secret key section? When I input the API key in the authorization, it returns this: { "status": 401, "data": { "message": "API KEY missing from x-api-key header" } }
No description
No description
1 Reply
Gaurav Chadha
Gaurav Chadha6mo ago
Hi @asteph You can add the key and host directly like this by modifying the headers in the code of the API call node. Ensure to pass their values in the export params and node fields too to make it work. rapid.png Discord - https://discord.com/channels/853498675484819476/1197552314974740531/1197892254552035369
No description