Back to API
I
POST /api/intro

Request an introduction to someone in my network

Request an introduction to someone in my network

10/month
cURL
curl -X POST https://hmuapi.com/api/intro \
  -H "Content-Type: application/json" \
  -d '{"name": "...", "email": "...", "target_person": "...", "reason": "...", "relationship_to_you": "..."}'