# JobKit API ## Docs - [Analytics](https://docs.jobkit.io/analytics.md): The analytics data for the job board - [Authentication](https://docs.jobkit.io/authentication.md): The API uses Basic HTTP Authentication to authenticate requests. - [Create category](https://docs.jobkit.io/categories/create.md): Create a new job category - [Delete category](https://docs.jobkit.io/categories/delete.md): Delete a category with the given ID and all related jobs - [List categories](https://docs.jobkit.io/categories/list.md): The list of all job categories - [Update category](https://docs.jobkit.io/categories/update.md): Update a category with the given ID - [Introduction](https://docs.jobkit.io/introduction.md): The JobKit API allows you to integrate your job board with external services, automate tasks and create custom workflows. - [Create job](https://docs.jobkit.io/jobs/create.md): Create a new job post - [Delete job](https://docs.jobkit.io/jobs/delete.md): Delete a job post - [Get job](https://docs.jobkit.io/jobs/get.md): Get the details of a job post - [List jobs](https://docs.jobkit.io/jobs/list.md): The list of all jobs accessible by the authenticated user - [Update job](https://docs.jobkit.io/jobs/update.md): Update a job post with the given ID - [Archive plan](https://docs.jobkit.io/plans/archive.md): Archive a plan with the given ID - [Create plan](https://docs.jobkit.io/plans/create.md): Create a new payment plan - [List plans](https://docs.jobkit.io/plans/list.md): The list of all active payment plans - [Update plan](https://docs.jobkit.io/plans/update.md): Update a payment plan with the given ID - [Subscribers](https://docs.jobkit.io/subscribers.md): The list of all email subsribers - [Create term](https://docs.jobkit.io/terms/create.md): Create a new job term - [Delete term](https://docs.jobkit.io/terms/delete.md): Delete a term with the given ID and all related jobs - [List terms](https://docs.jobkit.io/terms/list.md): The list of all job terms - [Update term](https://docs.jobkit.io/terms/update.md): Update a job term with the given ID - [Users](https://docs.jobkit.io/users.md): The list of all registered users - [Webhooks](https://docs.jobkit.io/webhooks.md): A "webhook" is a HTTP request to a specified URL made when certain event occurs. If the JobKit API is a "pull" interface, webhooks are the "push" interface. ## Optional - [System status](https://status.jobkit.io/) - [Need help?](mailto:hello@jobkit.io) - [Updates](https://x.com/jobkitsite)