RChilli does not support OAuth2. Instead, it uses Basic Authentication via a secure user key for API access.
๐ Authentication Method
RChilli APIs, including the Resume Parser, JD Parser, Search & Match, and others, are secured using a user-specific API key, commonly referred to as the user key. Here's how it works:
-
Obtain your user key by logging into the RChilli My Account Portal.
-
All API requests must include this user key along with additional parameters such as
versionandsubuserid. -
The user key acts as a static token to authenticate and authorize access to RChilli's RESTful APIs.
There is no mention or implementation of OAuth2-based authorization flows such as token exchanges or scopes typically seen in OAuth2 protocols.
๐ Where to Find More Info
You can review the full authentication documentation here:
If you need a more secure or OAuth2-compatible setup, itโs best to contact support@rchilli.com to explore potential custom solutions or roadmap features.
Comments
0 comments
Please sign in to leave a comment.