Get Job Videos
GET
/getvideos
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/getvideos'
Responses
🟢200Success
application/json
Body
id
integerÂ
optional
created
stringÂ
optional
company
stringÂ
optional
job_title
stringÂ
optional
video_url
stringÂ
optional
video_title
stringÂ
optional
video_description
stringÂ
optional
youtube_id
stringÂ
optional
apply_url
stringÂ
optional
Example
{
"id": 0,
"created": "string",
"company": "string",
"job_title": "string",
"video_url": "string",
"video_title": "string",
"video_description": "string",
"youtube_id": "string",
"apply_url": "string"
}
🟠404Record not found
Modified at 2024-03-20 14:32:57