Developer Portal
Welcome to the Ejento AI Developer Portal tutorial. This guide will walk you through the steps to manage your API subscription keys, test our APIs using the keys, and navigate the portal.
Accessing the Developer Portal
To start, you need to access the Developer Portal.
- Login to your account.
- From the dashboard, navigate to the API KEYS section.
1. Click on Sign In
2. Under Admin Panel in the Sidebar, Click on API Keys
3. Here is the Developer Portal Section
Creating New API Key
1. Click on "Create new secret key"
2. Name your key in this field
3. Here, you can see different permission scopes: All, Read Only, and Restricted
4. Permission: All
The user gets access to all the APIs
5. Permission: Read Only
The user gets access to only GET requests
6. Permission: Restricted
Category level Permissions:
None: No access to any operations in the category.
Read: Access to only GET requests under that category
Write: Access to all the APIs under that category (GET, POST, PUT, DELETE, etc.)
7. Select Permission for each category
8. Click on Create
9. A popup with a key activation link appears
10. Click here to follow the link
11. In the new tab, Click on Allow access to activate your key
12. Copy your secret key and click on "Done"
13. Your new key will appear in the list of API keys.
Testing API Key in the REST API Playground
You can test your newly generated API keys using the API Playground under the REST API section on docs.ejento. This playground allows you to experiment with different API endpoints and see real-time responses using your keys.
1. Click on View API documentation, you'll be redirected to REST API documentation
2. The list of all endpoints can be seen in the sidebar
3. Choose one of the endpoints to test your new key
4. Paste your new key in the Ocp-Apim-Subscription-Key field.
5. Click on Send API Request
6. The response from the API can be seen here
Deleting API Key
If you need to delete a key:
- Navigate to the Keys List.
- Click the delete icon next to the key you want to remove.
- Confirm the deletion by clicking "Yes" in the confirmation prompt.