Get your API Key
Obtain your Refresh Token/API Key through the External Apps feature on your Magentrix Platform. Using this Refresh Token, you can call REST API to receive your Session ID (Access Token). Session ID will be valid for a period of time, depending on your org settings. Using this value, you can authenticate and call other REST resources.
Attention: Keep your refresh_token a secret and do not share it with anyone.
Get Your API Key
To successfully send an access token request, follow the steps below to obtain your Refresh Token:
1) Log in to your Org and click your avatar picture in the top right corner of the screen
2) Click on "My Settings"
3) Click on "My External Apps"
4) Create a new private app, give it a name and an optional description
5) Copy your "Refresh Token"

What's Next?