Make your first API call in minutes.This guide walks you through everything you need to authenticate and send your first request to the Springbolt Lead Resolution API.
A successful request returns a 200 OK with the resolved contact data. If something goes wrong, the API returns a structured error object. Always check the response status before processing the payload.
✅200 — SUCCESS
The request was processed and the resolved data is returned in the response body.
🔒401 — UNAUTHORIZED
Your API key is missing or invalid. Check your Authorization header.
⚡429 — RATE LIMITED
You have exceeded the allowed request rate. Wait before retrying.
🛠️500 — SERVER ERROR
Something went wrong on our end. If this persists, please contact support.