The Base URL is the consistent starting point for every endpoint in the API.
Production Environment
The following is the Base URL for our live production environment. All requests made to this URL will interact with real data.
https://api.springstreet.io
To make a request, you combine the Base URL with the specific endpoint path you want to access.
Formula: [Base URL] + [Endpoint Path] = Full Request URL
[Base URL]
[Endpoint Path]
Example:
Base URL: https://api.springstreet.io
Endpoint Path: /debtors/search-similar
/debtors/search-similar
Full URL for Request: https://api.springstreet.io/debtors/search
https://api.springstreet.io/debtors/search
Last updated 5 months ago