GET/v1/health
Verifies service status and basic runtime readiness.
Connect Candit to your existing HR systems with REST API and webhook scenarios.
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 would like to discuss the API details."
}'Verifies service status and basic runtime readiness.
Lists the active sign-in providers and auth options.
Stores contact and demo requests.
Processes events coming from the supported webhook providers.
Access protected endpoints with JWT and provider-based auth flows.
Track interview, evaluation, application and process events per provider.
Rate limits are applied to keep the system running reliably.
Our technical team is ready to help you with API access and webhook flows.