College Hire Connect
  1. Companies
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. Companies

Get Companies

GET
/getcompanies

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/getcompanies'

Responses

🟢200Success
application/json
Body
id
string 
optional
company id
name
string 
optional
company name
Example
{
    "id": "string",
    "name": "string"
}
🟠404Record not found
Modified at 2024-03-20 14:11:18
Previous
Welcome to College Hire Connect API Reference
Next
Job Videos Information
Built with