Authentication

Springstreet's API handles authentication via an API key. Requests will require an authenticated API key in order to receive data responses.

Authentication is handled via an API key. You must include your provided API key in the x-api-key header for all requests. Requests without a valid API key will be rejected with a 403 Forbidden error.

Header Example:

x-api-key: YOUR_API_KEY_VALUE

In order to receive your API key, please contact hello@springstreet.io

Last updated