Authentication
Springstreet's API handles authentication via an API key. Requests will require an authenticated API key in order to receive data responses.
Requesting your API Key
Header Example
x-api-key: YOUR_API_KEY_VALUEExample Request
curl --location 'https://api.springstreet.io/debtors/search?name=ABC%20Corporation' \
--header 'x-api-key: YOUR_API_KEY'Last updated