Product documentationUpdated March 19, 2026
Validate Endpoints
After selecting an endpoint, confirm method, path, connectivity, authentication, and contract alignment before relying on the definition in broader workflows.
Overview
After you select an endpoint from the feature endpoint list, use endpoint validation to confirm that its definition matches the API you intend to exercise: correct method and path, reachable host, working authentication, and expected response shape where applicable.
Open the endpoint context
- Open a project and select a feature.
- In the endpoint list, select an endpoint row.
- Use the endpoint detail or validation options available for that endpoint in your deployment.
Validation focuses on the endpoint contract and connectivity, not on full test-suite design.
What to validate
- Method and path: matches the OpenAPI operation and your environment base URL.
- Connectivity: the service responds at the configured URL.
- Authentication: headers or profiles allow authorized calls.
- Response contract: status codes and response structure align with the spec (where validation tooling exposes this).
Validation workflow
- Open the endpoint from Endpoint management.
- Choose the validation actions available for your deployment (for example, connection check or contract validation).
- Apply the correct environment and authentication from Project settings or Test configuration.
- Run validation and review results, including any errors or mismatches.
- Update the endpoint definition, project settings, or spec import, then validate again.
Common outcomes
- 401/403: verify authentication profile and headers.
- 404: verify base URL and endpoint path.
- Schema or contract mismatch: refresh the imported spec or correct the endpoint definition.
- Timeout: confirm environment availability and network path before changing timeouts.
Related articles
Related articles
- Import and Discover Endpoints · Product documentation
- Select, Navigate and Manage 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.