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/getvideos'
Responses
application/json {
"id": 0,
"created": "string",
"company": "string",
"job_title": "string",
"video_url": "string",
"video_title": "string",
"video_description": "string",
"youtube_id": "string",
"apply_url": "string"
}
Modified at over 1 year ago