🎤 Conducting an interview
This is a quick guide to conducting a general interview using Ribbon API. Let’s create our first Interview - we’re going to create a simple survey for McDonald’s. We want to ask three questions:- When and where was the last time you visited McDonald’s?
- What’s your favorite item on the McDonald’s menu?
- If you could introduce one new item to the menu, what would you introduce?
Step 1: Create an Interview Flow
First, create an Interview Flow with these questions, by making aPOST request to /interview-flows
interview_flow_id - you can use this ID to create single-use interview links.
Step 2: Create an Interview and Interview Link
Next, we create an Interview and single-use interview link by making aPOST request to /interviews using our interview_flow_id
interview_link above takes us here:

🔍 Retrieving interviews
You can retrieve a list of completed and incomplete interviews by making aGET request to /interviews
Getting Started with Ribbon API Quick start: conducting recruitment interviews
