College Hire Connect
  1. Jobs
College Hire Connect
  • Welcome to College Hire Connect API Reference
  • Companies
    • Get Companies
      GET
  • Jobs
    • Job Videos Information
    • Get Jobs
      GET
    • Get Job Videos
      GET
    • Get Jobs By Company Id
      GET
    • Get Job Videos By Company Id
      GET
    • Create Job
      POST
  • Users
    • Get Users
      GET
  • Job Credits
    • Get Available Job Credits
      GET
  1. Jobs

Get Jobs

GET
/getjobs

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://starfish-app-2-ydrk9.ondigitalocean.app/getjobs'

Responses

🟢200Success
application/json
Body
id
integer 
optional
job id
created
string 
optional
created
company
string 
optional
company
job_title
string 
optional
job title
job_description
string 
optional
job description
job_city
string 
optional
city
job_state
string 
optional
state
pay_min
string 
optional
pay minimum
pay_max
string 
optional
pay maximum
education
string 
optional
education requirements
job_type
string 
optional
job type
job_video_is_ready
boolean 
optional
boolean status of is job video ready
video_url
string 
optional
url of embed job video on YouTube
video_title
string 
optional
job video title
video_description
string 
optional
job video description
youtube_id
string 
optional
YouTube video id
apply_url
string 
optional
Job apply url
Example
{
  "id": 0,
  "created": "string",
  "company": "string",
  "job_title": "string",
  "job_description": "string",
  "job_city": "string",
  "job_state": "string",
  "pay_min": "string",
  "pay_max": "string",
  "education": "string",
  "job_type": "string",
  "job_video_is_ready": true,
  "video_url": "string",
  "video_title": "string",
  "video_description": "string",
  "youtube_id": "string",
  "apply_url": "string"
}
🟠404Record not found
Previous
Job Videos Information
Next
Get Job Videos
Built with