API Documentation
Introduction
The JobKit API allows you to integrate your job board with external services, automate tasks and create custom workflows.
The REST API is accessible over HTTPS only and is designed to have predictable, resource-oriented URLs and to use HTTP response codes to indicate API errors. It accepts JSON or form-encoded request and returns JSON-encoded responses.
All API endpoints are accessible on your job board web address - your custom domain or your subdomain.jobkit.io
.
Read further to learn how to authenticate, make requests and receive responses.