Why us
ESP and CRM integrations
REST API works today. Native integrations with popular ESPs are planned in upcoming releases.
- API live
- OpenAPI
- CSV import/export
REST · POST /api/v1/verify
curl -X POST https://propercheck.pl/api/v1/verify \
-H "Authorization: Bearer ev_live_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"email":"user@company.com"}' Planned integrations
Until native integrations launch, use CSV or bulk API. Follow product changelog for sync launch announcements.
- Mailchimp
- HubSpot
- GetResponse
- ActiveCampaign
- Custom CRM via API
Related
Frequently asked questions
How do I connect my own database?
REST API with a Bearer key. OpenAPI documentation covers verify and bulk.
Do you provide SDKs?
Today: OpenAPI and curl examples. Official SDKs are considered after API v1 stabilizes.
