List favorite companies
GET /companies/favorites
GET
/companies/favorites
Retrieve a list of favorite companies for the authenticated teacher
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”Successfully retrieved favorite companies
object
success
required
Indicates if the request was successful
boolean
message
required
Response message
string
success
boolean
message
string
data
Array<object>
object
company_id
required
Unique identifier for the company
integer format: int64
Unauthorized - authentication required
object
success
required
Indicates if the request was successful
boolean
message
required
Response message
string
success
boolean
message
string
Forbidden - insufficient permissions
object
success
required
Indicates if the request was successful
boolean
message
required
Response message
string
success
boolean
message
string
Internal server error
object
success
required
Indicates if the request was successful
boolean
message
required
Response message
string
success
boolean
message
string