Env Configuration
To use MX you need some variables that can be obtained in your MX dashboard.
First, get the ClientId and the Secret Key for the environment you need.
MX_BASE_URL=<MxBaseUrl>
MX_CLIENT_ID=<yourMxClientID>
MX_SECRET_KEY=<yourMxSecretKey>

Example
MX_BASE_URL=https://int-api.mx.com
MX_CLIENT_ID=<yourMxClientID>
MX_SECRET_KEY=<yourMxSecretKey>
Last updated
Was this helpful?