Getting Started with Mera Monitor API
This guide will help you get started with the Mera Monitor API by showing you how to generate your API credentials and access tokens for API integration.
Prerequisites
Before you begin, make sure you have:
- A Mera Monitor account with administrative access
- Access to your organization's settings
Generating API Credentials
Step 1: Access API Settings
- Log in to your Mera Monitor dashboard
- Navigate to Configuration > API Credentials
- You will see your existing API credentials if they have been generated
Step 2: Generate API Credentials
If you haven't generated API credentials yet:
- Click on "Generate API Credentials" button
- The system will automatically generate:
- Client ID
- Secret Key
Important Notes:
- Each organization can only have one set of API credentials
- The generated credentials will not expire
- Store these credentials securely as they will be used for generating access tokens
Step 3: Generate Access Token
Once you have your Client ID and Secret Key, you can generate an access token directly in the dashboard:
- In the Client Credential screen
- Click "Generate Token" button in the UI
- Copy the generated access token that appears in the interface
- Store the token securely for use in your API integrations
Access Token Details:
- Access tokens are generated directly in the Mera Monitor dashboard
- Use this token in the Authorization header for all API calls:
Authorization: Bearer YOUR_ACCESS_TOKEN
- Tokens have a 60-minute expiration time
- Generate new tokens through the dashboard interface when needed
- Never share your access tokens publicly
Step 4: View and Manage Credentials
Once generated, you can:
- View your Client ID at any time
- View and copy your generated access tokens
- Generate new access tokens as needed through the dashboard
Using API Credentials
To integrate with the Mera Monitor API:
- Generate an access token through the dashboard interface
- Include the access token in the Authorization header for all API calls
- Follow the API documentation for detailed endpoint information
- Generate new tokens through the dashboard before they expire
Next Steps
Now that you have your API credentials and know how to generate access tokens, you can:
- Review the API Documentation for available endpoints
- Start making API calls to integrate with Mera Monitor
- Test your integration using the provided endpoints
Support
If you need help:
- Check our API Documentation
- Contact our support team
- Visit our Support Portal