Skip to main content
POST
/
applications
/
{applicationId}
/
lead
Link Application to Lead
curl --request POST \
  --url https://api.sternrockcapital.com/applications/{applicationId}/lead \
  --header 'Content-Type: application/json' \
  --data '
{
  "leadId": "<string>"
}
'
{
  "message": "<string>"
}

Path Parameters

applicationId
string
required

UUID of the application

Body

application/json

LeadID to link to the application

leadId
string

Response

application linked successfully