How to Find Your API Credentials
API credentials allow you to authenticate API requests to Maqsam. You can find your Access Key and Access Secret from your Maqsam account settings.
⚠️ Keep your API credentials secure. Do not share your Access Secret publicly.
✅ Steps to Find and Create Your API Credentials
- As an Owner, go to your Account Settings.
- From the side-menu, go to API Credentials.
- If you don't have an API key yet, click Generate API Key at the top right.
- Enter a name for your API key and create it. The new API credential will appear in the list.
- Copy the Access Key using the copy icon next to it.
- Click the eye icon in the Access Secret field to view your secret, then copy and store it securely.
- Click View Base API URL at the top right to view the Base API URL required for your API requests.
- Use the Access Key, Access Secret, and Base API URL to make API requests as described in our API Documentation.