API Documentation

Integrate with Candit API

Connect Candit to your existing HR systems with REST API and webhook scenarios.

API Endpoints

Core endpoints to get started

curl -X POST https://your-api-host/v1/public/contact \
  -H "Content-Type: application/json" \
  -d '{
    "fullName": "Jane Recruiter",
    "email": "jane@example.com",
    "company": "Candit Demo",
    "message": "I want to share API details."
  }'
GET/v1/health

Servis durumu ve temel çalışma zamanı hazırlığını doğrular.

GET/v1/auth/providers

Lists enabled sign-in providers and auth options.

POST/v1/public/contact

Stores contact and demo requests.

POST/v1/integrations/webhooks/:provider

Processes incoming events from supported webhook providers.

Authentication

JWT ve sağlayıcı tabanlı auth akışlarıyla korumalı uç noktalara erişin.

Webhook Notifications

Interview, değerlendirme, applications ve süreç olaylarını sağlayıcı bazında takip edin.

Rate Limits

Rate limits are applied to keep the system running reliably.

Next step

Need help with API usage?

Our technical team is ready to help you with API access and webhook flows.