Skip to main content

Retrieving Public Jobs from Flo Recruit's ATS

Retrieving information from Flo Recruit's ATS

Ella Gross avatar
Written by Ella Gross
Updated over a week ago

The following API calls allow you to retrieve your list of open jobs from Flo Recruit’s ATS platform including the job details and how to apply to those jobs.

API Calls for Retrieving Public Jobs from Flo Recruit ATS

Retrieve list of jobs

Method

Endpoint

Description

GET

Retrieve list of public jobs

Note: org-name is your friendly organization name in Flo Recruit platform

Note: the response is an array of jobs. The “extension” field is the unique ID of the job that you can use to get the job details.

Sample Request/Response (an array):

Request

Response

[
{
"id": 14964,
"extension": "MTQ5NjR-RkpwcUZOTDRibE1IeEtWcWRleUlFM0ZwelFHeXVx",
"title": "Full Stack Software Engineer II",
"openDate": "2024-09-10T00:01:00",
"closeDate": null,
"openTimezone": "America/Chicago",
"closeTimezone": "America/Chicago",
"isPublic": true,
"jobEmploymentTypes": [
{
"employmentType": "Full-Time",
"id": 22237,
"jobId": 14964,
"employmentTypeId": 37
}
],
"jobOffices": [
{
"name": "Austin, Texas",
"id": 14137,
"officeId": 967,
"jobId": 14964
}
],
"hiringLeads": [
{
"id": 88470,
"email": "christina@florecruit.com",
"fname": "Christina",
"lname": "Wells"
}
],
"positionTypes": [
{
"name": "Mid Level",
"id": 22237,
"jobId": 14964,
"positionTypeId": 33
}
],
"departments": [
{
"name": "Engineering",
"id": 22238,
"jobId": 14964,
"departmentId": 45
}
]
},
{
"id": 14965,
"extension": "MTQ5NjV-ZHZ2Nkh5dDlVTlpFWjJJa2l1dlU0RkxWYllmOGho",
"title": "Senior Full Stack Software Engineer",
"openDate": "2024-09-10T00:01:00",
"closeDate": null,
"openTimezone": "America/Chicago",
"closeTimezone": "America/Chicago",
"isPublic": true,
"jobEmploymentTypes": [
{
"employmentType": "Full-Time",
"id": 22238,
"jobId": 14965,
"employmentTypeId": 37
}
],
"jobOffices": [
{
"name": "Austin, Texas",
"id": 14138,
"officeId": 967,
"jobId": 14965
}
],
"hiringLeads": [
{
"id": 88470,
"email": "christina@florecruit.com",
"fname": "Christina",
"lname": "Wells"
}
],
"positionTypes": [
{
"name": "Senior Level",
"id": 22238,
"jobId": 14965,
"positionTypeId": 34
}
],
"departments": [
{
"name": "Engineering",
"id": 22239,
"jobId": 14965,
"departmentId": 45
}
]
},
{
"id": 17091,
"extension": "MTcwOTF-dkUyTGtGSm9BcHJwejBxc3BvWFhHRXJaOGhsYVIw",
"title": "Product Designer",
"openDate": "2025-02-21T00:01:00",
"closeDate": null,
"openTimezone": "America/Chicago",
"closeTimezone": "America/Chicago",
"isPublic": true,
"jobEmploymentTypes": [
{
"employmentType": "Full-Time",
"id": 26467,
"jobId": 17091,
"employmentTypeId": 37
}
],
"jobOffices": [
{
"name": "Austin, Texas",
"id": 16480,
"officeId": 967,
"jobId": 17091
}
],
"hiringLeads": [
{
"id": 88470,
"email": "christina@florecruit.com",
"fname": "Christina",
"lname": "Wells"
}
],
"positionTypes": [
{
"name": "Mid Level",
"id": 26467,
"jobId": 17091,
"positionTypeId": 33
}
],
"departments": [
{
"name": "Product",
"id": 26468,
"jobId": 17091,
"departmentId": 46
}
]
},
{
"id": 18422,
"extension": "MTg0MjJ-RFRvNDB1N3JWeEloSnhTcG9yTHNEU3dVM25vdnpX",
"title": "Account Manager",
"openDate": "2025-04-03T00:01:00",
"closeDate": null,
"openTimezone": "America/Chicago",
"closeTimezone": "America/Chicago",
"isPublic": true,
"jobEmploymentTypes": [
{
"employmentType": "Full-Time",
"id": 28938,
"jobId": 18422,
"employmentTypeId": 37
}
],
"jobOffices": [
{
"name": "Austin, Texas",
"id": 18884,
"officeId": 967,
"jobId": 18422
}
],
"hiringLeads": [
{
"id": 88470,
"email": "christina@florecruit.com",
"fname": "Christina",
"lname": "Wells"
}
],
"positionTypes": [
{
"name": "Mid Level",
"id": 28938,
"jobId": 18422,
"positionTypeId": 33
}
],
"departments": [
{
"name": "Account Management & Customer Success",
"id": 28939,
"jobId": 18422,
"departmentId": 44
}
]
}
]

Retrieve job details (one request per job)

Method

Endpoint

Description

GET

Retrieve list of public jobs

Note: org-name is your friendly organization name in Flo Recruit platform

“Extension” is the unique ID of the job returned in the job list request.

Sample Request/Response:

Request

Response

{
"id": 14964,
"extension": "MTQ5NjR-RkpwcUZOTDRibE1IeEtWcWRleUlFM0ZwelFHeXVx",
"title": "Full Stack Software Engineer II",
"openDate": "2024-09-10T00:01:00",
"closeDate": null,
"openTimezone": "America/Chicago",
"closeTimezone": "America/Chicago",
"isPublic": true,
"jobEmploymentTypes": [
{
"employmentType": "Full-Time",
"id": 22237,
"jobId": 14964,
"employmentTypeId": 37
}
],
"jobOffices": [
{
"name": "Austin, Texas",
"id": 14137,
"officeId": 967,
"jobId": 14964
}
],
"hiringLeads": [
{
"id": 88470,
"email": "christina@florecruit.com",
"fname": "Christina",
"lname": "Wells"
}
],
"positionTypes": [
{
"name": "Mid Level",
"id": 22237,
"jobId": 14964,
"positionTypeId": 33
}
],
"departments": [
{
"name": "Engineering",
"id": 22238,
"jobId": 14964,
"departmentId": 45
}
],
"jobId": null,
"description": "\u003Cp\u003E\u003Cstrong\u003EWho we are\u003C/strong\u003E\u003C/p\u003E\u003Cp\u003EFlo Recruit is a venture-backed, high-growth SaaS company that develops virtual recruiting solutions for universities and employers. We've established a strong foothold in the legal industry, serving over 65 BigLaw firms and 70 top law schools. Our software is the go-to platform for clients managing virtual recruiting processes, including interviews and networking events.\u003C/p\u003E\u003Cp\u003E\u003C/p\u003E\u003Cp\u003E\u003Cstrong\u003EAbout the role\u003C/strong\u003E\u003C/p\u003E\u003Cp\u003EAt Flo, we develop and maintain product solutions for three key domains: employers, students, and universities. In this role, you'll work on building, strengthening, and innovating our university product suite. You'll also have the opportunity to be an integral part of our engineering department, helping to mature our culture and coding practices.\u003C/p\u003E\u003Cp\u003E\u003C/p\u003E\u003Cp\u003E\u003Cstrong\u003EWhat you’ll do\u003C/strong\u003E\u003C/p\u003E\u003Cul\u003E\u003Cli\u003E\u003Cp\u003EGuide the technical direction and implementation of medium to large-scale product features\u003C/p\u003E\u003C/li\u003E\u003Cli\u003E\u003Cp\u003ECollaborate with product, design, and engineering teams to positively influence product strategy and direction\u003C/p\u003E\u003C/li\u003E\u003Cli\u003E\u003Cp\u003EWork closely with Product Managers to groom user stories, including providing design and implementation details, estimating effort, and contributing to acceptance criteria\u003C/p\u003E\u003C/li\u003E\u003Cli\u003E\u003Cp\u003EChampion and contribute to our efforts in shipping maintainable, reliable, well-tested and secure code\u003C/p\u003E\u003C/li\u003E\u003C/ul\u003E\u003Cp\u003E\u003Cstrong\u003ERequirements\u003C/strong\u003E\u003C/p\u003E\u003Cul\u003E\u003Cli\u003E\u003Cp\u003E3-5 years of industry experience working as a Full Stack Engineer\u003C/p\u003E\u003C/li\u003E\u003Cli\u003E\u003Cp\u003EExperience with one or more prominent server-side languages (e.g. Java, C#, Kotlin, or Python)\u003C/p\u003E\u003C/li\u003E\u003Cli\u003E\u003Cp\u003EWorking knowledge of server-side frameworks (e.g. Spring, .NET, Node, Django)\u003C/p\u003E\u003C/li\u003E\u003Cli\u003E\u003Cp\u003EExperience with JavaScript/TypeScript, HTML5, CSS, and experience with JavaScript frameworks (e.g. React and Next)\u003C/p\u003E\u003C/li\u003E\u003Cli\u003E\u003Cp\u003EFamiliarity with modern testing frameworks (e.g. Jest, Cypress, React Testing Library)\u003C/p\u003E\u003C/li\u003E\u003Cli\u003E\u003Cp\u003EGood understanding of front-end and backend architecture, as well as test-driven development\u003C/p\u003E\u003C/li\u003E\u003Cli\u003E\u003Cp\u003EExperience building Rest APIs, GraphQL\u003C/p\u003E\u003C/li\u003E\u003Cli\u003E\u003Cp\u003EFluency in SQL languages (e.g. MySQL, MS SQL Server, PostgreSQL)\u003C/p\u003E\u003C/li\u003E\u003Cli\u003E\u003Cp\u003EAbility to transfer your depth of knowledge from your current language to excel as a Java developer\u003C/p\u003E\u003C/li\u003E\u003C/ul\u003E\u003Cp\u003E\u003Cstrong\u003EPreferred\u003C/strong\u003E\u003C/p\u003E\u003Cul\u003E\u003Cli\u003E\u003Cp\u003EExperience with Java\u003C/p\u003E\u003C/li\u003E\u003Cli\u003E\u003Cp\u003EFamiliarity with containerization technologies (e.g. Docker, K8s)\u003C/p\u003E\u003C/li\u003E\u003Cli\u003E\u003Cp\u003EKnowledge and understanding of messaging and streaming technologies (e.g. Kafka, RabbitMQ, Redis)\u003C/p\u003E\u003C/li\u003E\u003Cli\u003E\u003Cp\u003EHands-on experience with cloud infrastructure technologies (e.g. AWS, Azure, Google Cloud)\u003C/p\u003E\u003C/li\u003E\u003Cli\u003E\u003Cp\u003EExperience designing and strengthening database schema for large-scale and performant service\u003C/p\u003E\u003C/li\u003E\u003Cli\u003E\u003Cp\u003EExperience working in a fast-paced environment\u003C/p\u003E\u003C/li\u003E\u003C/ul\u003E\u003Cp\u003E\u003Cstrong\u003EBenefits\u003C/strong\u003E\u003C/p\u003E\u003Cul\u003E\u003Cli\u003E\u003Cp\u003EMarket-competitive compensation package consisting of base salary and meaningful employee stock option grants\u003C/p\u003E\u003C/li\u003E\u003Cli\u003E\u003Cp\u003EFull offering of healthcare benefits, including vision and dental; cost partially subsidized by Flo\u003C/p\u003E\u003C/li\u003E\u003Cli\u003E\u003Cp\u003EGenerous PTO, personal and sick leave policy\u003C/p\u003E\u003C/li\u003E\u003Cli\u003E\u003Cp\u003E12 company-paid holidays\u003C/p\u003E\u003C/li\u003E\u003Cli\u003E\u003Cp\u003E401K\u003C/p\u003E\u003C/li\u003E\u003Cli\u003E\u003Cp\u003EParental leave policy\u003C/p\u003E\u003Cp\u003E\u003C/p\u003E\u003C/li\u003E\u003C/ul\u003E\u003Cp\u003E\u003Cstrong\u003ERemote Policy\u003C/strong\u003E\u003C/p\u003E\u003Cp\u003EFlo Recruit is headquartered in Austin, TX. We are looking for someone who lives within a commutable distance to the office or willing to relocate. Engineers are expected to come into the office at least once a month for company-wide All-Hands. We have a central Austin office available to those who prefer to work in person. \u003C/p\u003E\u003Cp\u003E\u003C/p\u003E\u003Cp\u003E\u003Cstrong\u003EWe do not sponsor visas or provide relocation assistance. \u003C/strong\u003E\u003C/p\u003E\u003Cp\u003E\u003C/p\u003E\u003Cp\u003E\u003Cbr\u003E\u003C/p\u003E\u003Cp\u003E\u003Cstrong\u003EU.S. Equal Employment Opportunity/Affirmative Action Information\u003C/strong\u003E\u003C/p\u003E\u003Cp\u003EFlo Recruit Inc. is proud to be an equal opportunity employer and will consider all qualified individuals seeking employment without regard to race, color, creed, religion, gender, gender identity, national origin, citizenship, age, sex, marital status, ancestry, physical or mental disability, veteran status, sexual orientation, or any other protected classification\u003C/p\u003E"
}

Creating an “Apply” button:

Here is the URL that you can use for an Apply button that will direct the candidate to Flo Recruit’s application page for a specific job:

Did this answer your question?