Public API - Lead Scores
Calculate person scores
Computes the current lead score for each LinkedIn public identifier.
POST
Calculate person scores
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Computes the current lead score for each LinkedIn public identifier.
curl --request POST \
--url http://app.stairoids.com/api/public/v1/persons/scores \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '[
"<string>"
]'[
{
"publicIdentifier": "jane-doe-123",
"score": 42
}
]curl --request POST \
--url http://app.stairoids.com/api/public/v1/persons/scores \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '[
"<string>"
]'[
{
"publicIdentifier": "jane-doe-123",
"score": 42
}
]