Select, Navigate and Manage Endpoints
From a feature, view endpoint rows by method and path, open endpoint test screens, and perform manual endpoint CRUD operations.
Overview
After selecting a feature, Shift Left Studio displays the endpoint list for that feature. Each endpoint row shows the HTTP method and endpoint path, and lets you open test-case, edit, or delete actions.
An endpoint is a specific API route and HTTP method (for example, GET /users/{id}). Endpoints are the unit used for test generation, execution, and reporting.
Open endpoint list from a feature
- Open your project dashboard.
- Select a feature from the feature list.
- Review endpoint rows in the endpoint table.
Each row typically includes:
- endpoint name
- endpoint path
- HTTP method
- description and basic coverage/test indicators
- row-level actions
Select an endpoint
- In the endpoint list, locate the endpoint you want to test.
- Select the endpoint row or name.
- The endpoint Test Case screen opens for that specific endpoint.
Tip: use method badges to quickly identify endpoint type:
GET(commonly green)POST(commonly blue)PUT(commonly orange)DELETE(commonly red)
Create endpoint manually
- Open a feature.
- Select Add endpoint.
- Provide:
- Endpoint URL / path
- HTTP method (GET, POST, PUT, PATCH, DELETE)
- Description (optional)
- Save.
Update endpoint
- Open the endpoint and use Edit to change URL, method, or description.
- Save changes. Updating the endpoint here keeps tests and runs aligned with the API.
Delete endpoint
- Use the Delete action on the endpoint when the route is deprecated or removed from the API.
- Confirm deletion. Associated tests can be impacted; verify before removal.
Validate connectivity and auth readiness
Configure auth in a way that matches the target environment:
- API key
- OAuth2/Bearer token
- Basic auth (where applicable)
Related: Configuration fundamentals and Test configuration.
Once endpoint selection is complete, continue with Validate endpoints.
Related articles
Previous
Import and Discover Endpoints
Product documentation
Next
Validate Endpoints
Product documentation
Related articles
- Import and Discover Endpoints · Product documentation
- Validate Endpoints · Product documentation
Next steps
- Getting started · Install + connect your spec
- Configuration fundamentals · Stabilize runs
- Initial configuration · Users, licensing, projects
- Release notes · Updates and fixes
Still stuck?
Tell us what you’re trying to accomplish and we’ll point you to the right setup—installation, auth, or CI/CD wiring.