HR
Trakstar
Free
Online applicant tracking tools for the best candidates and hassle-free hiring
curl -u {api_key}: https://api.recruiterbox.com/v2/openings -H "Content-Type: application/json"
Coming Soon !
Coming Soon !
Greenhouse
Premium
From sourcing to structured interviewing and onboarding, Greenhouse gives you the tools to make better, fairer and more confident hiring decisions.
# Note the trailing colon after the username (API token):
$ curl https://harvest.greenhouse.io/v1/candidates/ -u a7183e1b7e9ab09b8a5cfa87d1934c3c:
...
> GET /v1/candidates/ HTTP/1.1
> Host: harvest.greenhouse.io
> Authorization: Basic YTcxODNlMWI3ZTlhYjA5YjhhNWNmYTg3ZDE5MzRjM2M6
...
Coming Soon !
Coming Soon !
Lever
Free
The recruiting landscape constantly shifts. But with Lever, you get the power of an ATS+CRM so you can be prepared for any challenge and find quality candidates to help drive your organization’s success.
Smart Recruiters
Premium
Technology to Hire Great People
SmartRecruiters is a hiring platform that thousands of global companies rely on to manage their end to end recruiting process.
Brevo
Free
Say hello to Brevo (formerly Sendinblue) — the platform that helps you build customer relationships across email, SMS, chat, and more.
curl -X GET "https://api.brevo.com/v3/contacts?limit=100&offset=2"
-H "api-key: xkeysib-xxx"
-H "content-type: application/json"
// Node.js SDK: https://github.com/sendinblue/APIv3-nodejs-library
var SibApiV3Sdk = require('sib-api-v3-sdk');
var defaultClient = SibApiV3Sdk.ApiClient.instance;
// Configure API key authorization: api-key
var apiKey = defaultClient.authentications['api-key'];
apiKey.apiKey = 'YOUR API KEY';
var apiInstance = new SibApiV3Sdk.ContactsApi();
var createContact = new SibApiV3Sdk.CreateContact(); // CreateContact | Values to create a contact
createContact = { 'email' : "john@doe.com" };
apiInstance.createContact(createContact).then(function(data) {
console.log('API called successfully. Returned data: ' + data);
}, function(error) {
console.error(error);
});
# Python SDK: https://github.com/sendinblue/APIv3-python-library
from __future__ import print_function
import time
import sib_api_v3_sdk
from sib_api_v3_sdk.rest import ApiException
from pprint import pprint
# Configure API key authorization: api-key
configuration = sib_api_v3_sdk.Configuration()
configuration.api_key['api-key'] = 'YOUR_API_KEY'
# create an instance of the API class
api_instance = sib_api_v3_sdk.ContactsApi(sib_api_v3_sdk.ApiClient(configuration))
create_contact = sib_api_v3_sdk.CreateContact(
email= "john@doe.com",
) # CreateContact | Values to create a contact
try:
# Create a contact
api_response = api_instance.create_contact(create_contact)
pprint(api_response)
except ApiException as e:
print("Exception when calling ContactsApi->create_contact: %s\n" % e)
Breezy
Premium
From advertising jobs to making offers, get everything you need to attract and hire better employees — in less time.
curl --request POST \
--url https://api.breezy.hr/v3/signin \
--header 'Authorization: 0000000-0000-0000-0000-00000000001' \
--header 'accept: application/json' \
--header 'content-type: application/json'
Coming Soon !
Coming Soon !