Skip to main content
  1. Create an integration key in the YoLead UI.
  2. Store the API secret on your backend.
  3. Sign each /v1/* request with HMAC-SHA256.
  4. Call GET https://api.yo-lead.com/v1/employees.
  5. Use the REST API reference for endpoint-specific request and response shapes.
Run signing code on your backend. The API secret must never be sent to browser code.