📄️ Authentication
The Job-API provides user authentication to secure access to its endpoints. Authentication is required to ensure that only authorized users can perform certain actions. Without proper authentication, requests will receive an error response.
📄️ Create a New Job
The Job API allows authorized users to create new job listings using the following endpoint.
📄️ Get Job
The Job API offers two endpoints for retrieving job information based on user authorization.
📄️ Update A Job
This document provides instructions for updating a job by its ID using the Job API. When a job is successfully updated, a response with the updated job details and a success flag will be returned.
📄️ Delete Job
This document provides instructions for deleting a job using the Job API. When a job is successfully deleted, a response with the deleted job details and a success flag will be returned. In case the job does not exist, an appropriate error message will be returned.