Authentication
To use the MNEE SDK and interact with the MNEE API, you must authenticate your requests with an API key.
Why Do I Need an API Key?
How to Get an API Key?
Using Your API Key
import Mnee from '@mnee/ts-sdk';
const mnee = new Mnee({
environment: 'sandbox', // or 'production'
apiKey: 'YOUR_API_KEY_HERE',
});Troubleshooting
Last updated