Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.
openapi: 3.2.0
info:
title: Zoho Recruit Candidates API
description: REST API for Zoho Recruit modules including Candidates and Job Openings.
version: v2
servers:
- url: https://recruit.zoho.com/recruit/v2
description: Production
security:
- ZohoOAuth: []
tags:
- name: Candidates
paths:
/Candidates:
post:
summary: Insert candidate records
operationId: insertCandidates
description: A maximum of 100 records can be inserted per API call.
responses:
'201':
description: Created
tags:
- Candidates
components:
securitySchemes:
ZohoOAuth:
type: apiKey
in: header
name: Authorization
description: 'OAuth 2.0 access token sent as ''Authorization: Zoho-oauthtoken {access_token}''.'