Listing all endpoints of a branch
Last updated
Last updated
GET
/endpoints/list
This api will list all the detected endpoints for the codebase that was parsed by momentum.
Headers
Name | Value |
---|---|
Query Param
Name | Type | Description |
---|---|---|
Response
The success response will give an empty array in case the repo does not have any REST endpoints.
Authorization
Bearer <token>
project_id
string
Project id that was generated when the project was parsed.