API Testing endpoint
/test
A no-op endpoint that returns Ok if your authentication is good and the API is reachable. Useful as a heartbeat or smoke test during integration, environment switching, and CI pipeline checks. Doesn't consume credit.
Example Request
GETRequest Schema
Authorization
header
Available Response Data
2 Data Pointsmessage
Ok when the request succeeded
api_reference
UUID for log tracing
API Data Scale & Coverage tag
Unmatched data depth to power your compliance and verification workflows.
Sandbox Environment
Behaves identically in sandbox and live. Use it as the first call when wiring up a new environment to confirm credentials are working before exercising any billable endpoint.
Technical Use Cases tag
Integration health checks
Hit this endpoint from your monitoring system on a schedule. A non-200 response means either your token has rotated, the account is suspended, or the API is down.
Credential validation during onboarding
When setting up a new API key in your environment, call /test first to confirm the key works before running any billable check.
CI smoke test
Wire it into your CI pipeline as a pre-deploy check. If the test endpoint fails, hold the deploy.
Compliance & Security tag
Enterprise-grade infrastructure audited against the standards your regulators require.
Common Questions tag
Everything you need to know about implementation details and compliance infrastructure.
rocket_launch Implementation
Is this billable?
add
Is this billable?
No. The test endpoint isn’t billable, so you can hit it as often as you need without consuming credit.
help_center General
What does it actually test?
add
What does it actually test?
Authentication and reachability. A 200 response confirms your bearer token is valid, your account is active, and the API is online. It doesn’t tell you anything about the state of downstream services like the DVS.
API Testing Sandbox tag
Test the API Testing endpoint directly in your browser with live mock data and see instant results.
rocket_launch Request Sandbox AccessAccess to live sandbox environments requires manual approval from our compliance team.