Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request samples
curl --location --request GET 'https://starfish-app-2-ydrk9.ondigitalocean.app/getjobsbycompanyid?id=123'
Responses
application/json {
"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"
}
Modified at 2024-03-20 14:35:18