Skip to main content
POST
/
leads
Create New Lead
curl --request POST \
  --url https://api.sternrockcapital.com/leads \
  --header 'Content-Type: application/json' \
  --data '
{
  "business": {
    "name": "<string>",
    "address": "<string>",
    "address2": "<string>",
    "city": "<string>",
    "ein": "<string>",
    "email": "<string>",
    "phoneNumber": "<string>",
    "state": "<string>",
    "zipCode": "<string>"
  },
  "person": {
    "email": "<string>",
    "name": "<string>",
    "phoneNumber": "<string>",
    "address": "<string>",
    "address2": "<string>",
    "city": "<string>",
    "dateOfBirth": "<string>",
    "social": "<string>",
    "state": "<string>",
    "zipCode": "<string>"
  }
}
'
{
  "leadId": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://mint-docs.sternrockcapital.com/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json

Lead creation payload

business
object
required
person
object
required
loan
object

Response

Lead successfully created

leadId
string