All Collections
Product & Features
Recruit CRM API Documentation
Recruit CRM API Documentation

API docs, Webhooks

Sarvesh Gokhale avatar
Written by Sarvesh Gokhale
Updated over a week ago

Important Note: The Open API is only available to users on the "Business" plan or higher.

Our API Documentation is available live at https://docs.recruitcrm.io

Important note for the developer

While asking our API to GET/POST/DELETE the required data, one must not directly query the endpoint on the front end/webpage, as it exposes the API token. You would need to hide the Recruit CRM API token/Bearer token. This can be done by introducing a server in between or by making the API token abstract. Basically, the webpage on the front end would query a private server in between which would then query the Recruit CRM API.

This is the safest way of doing this, as it would then prevent exposing the Recruit CRM API token/key publicly.

Did this answer your question?