Sandbox
Springstreet offers a Sandbox Environment so that development teams can quickly & efficiently test Springstreet's API, reponse format, and more.
Getting Started
Request a Sandbox API key
All sandbox API keys are distributed upon request. Please email hello@springstreet.io to receive your sandbox API key.
Important Sandbox Data Notice
The sandbox environment does not contain live production data. It uses a limited, static sample of UCC records from California from 2005-2010 time period.
Because of this, you must use "CA"
for any state-related parameters in your API requests to receive a successful response.
Endpoint
The sandbox environment provides access to all production API endpoints. To use a production endpoint in the sandbox, simply prepend /sandbox
to the production path.
Pattern
https://api.springstreet.io/sandbox/{production_endpoint_path}
Example
Production Endpoint:
https://api.springstreet.io/debtor
Corresponding Sandbox Endpoint:
https://api.springstreet.io/sandbox/debtor
You can test any production endpoint by following this pattern. Please refer to our main API documentation for details on the request bodies and parameters for each specific endpoint.
Rate Limits
The sandbox environment is subject to rate limits to ensure fair usage. The default limits are:
Rate: 5 requests per second
Quota: 1,000 requests per month
Last updated