Get Started
Quickstart
Quickstart
Step 1 - Get your API key
Log in to your PayDai dashboard and go to Settings → Developer. Enable Developer Mode and generate an API key.
Step 2 - Send a lead
cURL
Response
Code
The Idempotency-Key header ensures that retrying a request due to a network failure does not create duplicate leads. Use any unique string (e.g. a UUID) per submission.
Step 3 - Confirm in PayDai
Open your PayDai dashboard and go to Leads. Your new lead appears within seconds, ready for your closers.
Connect with Zapier
Use the Webhooks by Zapier action to push leads from any trigger automatically:
- Create a new Zap
- Set your trigger (TypeForm submission, Calendly booking, HubSpot contact, etc.)
- Add action: Webhooks by Zapier → POST
- URL:
https://api.itspaydai.com/api/v1/biz/leads/ - Payload type:
JSON - Header:
Authorization: Bearer YOUR_API_KEY - Map your fields to the lead schema
- Test and activate
Use a consistent Idempotency-Key strategy (e.g. a UUID per form submission) to safely retry failed requests without creating duplicate leads.
Last modified on
