Hi all! have anyone had issues with API secrets re...
# integrations
h
Hi all! have anyone had issues with API secrets returning an empty object
Copy code
{}
in Netsuite? I have saved the ID and SECRET as API keys in the Sandbox - restricted them to a specific script and domain.
Copy code
const ID = 'custsecret_test_id'
    const SECRET = 'custsecret_test_secret'
    const secretCredentials = https.createSecureString({
        input: `{${ID}}:{${SECRET}}`,
    })
b
not enough information shared, but in general you cant inspect api secrets
👍 1
d
If you're using the secret in an http call, send it out to requestcatcher to ensure its getting set correctly