Integrate with Masivo
Learn how to integrate Masivo with your e-commerce platforms
1. Obtain Your API Key
Navigate to Settings -> Advanced Settings and copy your API key. This key is essential for authenticating your API requests.
Account settings
Important! Your API key is unique and must be kept secure in your server.
Don't have an account yet?
Start by creating and setting up an account on Masivo to obtain your API key.
2. Authorize Your API Key
To obtain an access token, use your API key. Send a GET request to the /auth/authorize
endpoint with the API key included in the x-api-key
header.
Remember that each token lasts for one hour, call the auth endpoint again to update the token.
3. Use the Access Token
Once you have an access token, use it in all requests that require authentication. The access token will grant you permissions to access and modify the scope of your account.