To access the Third-Party APIs, you need an API Keyโa unique identifier used for authentication. Follow these steps to generate your API key:
Step 1: Log in to the Developer PortalLog in using your credentials. If you donโt have an account, sign up first.
Step 2: Navigate to API Key ManagementOnce logged in, In the sidebar menu, go to Utilities โ Developer Access.
Step 3: Generate & Store Your API KeyAfter click "Add API Key"โa modal will appear.
Enter your application or tool name for identification.
Click "Save", then securely store your API key successfully.
API keys are sensitive information! Do not share publicly.
Store in a secure environment like an environment variable or a password manager. Step 4: Use the API Key in Your RequestsCopy the generated API key.
In your API request, go to the Authorization section.
Set the auth type to "API Key" or add it manually in the request headers.
Example (Header Authentication):Save and proceed with your API call.