Add Endpoints via UI
Adding endpoints to an existing project
Although endpoints are added at the time of registering an API, you can still add these manually. This document outlines step-be-step to add that.
From the homepage find for a previously created project where you need to add more endpoints. Open that project and click on the Endpoints tile.
On the top right corner of the page, click on the Add Endpoints button.
In the Popup > Add the endpoint along with its method, for example: post:/api/v1/addAccount/sample > Before you Save, keeping the checkbox checked will scan these specific endpoint against different categories.
Observe the newly endpoint and a tag is added to identify the manual entries.
Go to the Dashboard of the project > Observe the endpoint count has been increased now. The Playbooks will also be generating
Run Scan if you haven’t already in the previous screen.
More information about the dashboard can be found here.