Authentication
Use api_key query parameter for requests.
api_key param
GET /contact/decision-maker/linkedin?api_key=YOUR_API_KEY
Get your API key on scrupp.com
Example
curl -X POST \
"https://api.scrupp.com/contact/decision-maker/linkedin?api_key=YOUR_API_KEY" \
-H "Content-Type: application/json" \
--data '{ "company": "OpenAI" }'