Want to build your own custom integration with Feenyx? You've come to the right place.
Included with Feenyx Enterprise accounts, you have access to all of your Feenyx interviews and candidates via the Connect API.
New endpoints are on our roadmap for the next 12 months, so the API will grow in scope as Feenyx continues to scale.
Reach out to support@feenyx.ai for access instructions. You can find our full API documentation at https://api.feenyx.ai.
Below are the endpoints that are available today:
Access interview data
https://api.feenyx.ai/api/connector/interviews
https://api.feenyx.ai/api/connector/interview/:interviewId
Access candidate data
https://api.feenyx.ai/api/connector/candidates/:interviewId
https://api.feenyx.ai/api/connector/candidate/:candidateId
Invite candidates to take an interview
Access reviews left on a candidate
https://api.feenyx.ai/api/connector/reviews/
https://api.feenyx.ai/api/connector/interview/:interviewId/reviews
(All requests are HTTPS protocol and exchange JSON data)