Skip to main content
POST
/
enrich_phone
curl --request POST \
  --url https://api.moltsets.com/api/v1/tools/enrich_phone \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "linkedin_url": "https://linkedin.com/in/retentionadam"
}
'
{
  "results": {
    "mobile_phone": "5555555555"
  },
  "status": "ok",
  "metadata": {
    "tokens_charged": 10,
    "tokens_remaining": 208
  }
}

Authorizations

Authorization
string
header
required

Pass your API key as a Bearer token. Keys follow the format ms_XXXXXXXXXXX.

Body

application/json
linkedin_url
string

Single LinkedIn profile URL.

linkedin_urls
string[]

Batch of LinkedIn profile URLs, up to 100.

Maximum array length: 100

Response

Success