List company operators
Company Operators
GET company operators(admin)
Endpoint
GET /api/v1/companies/:company_id/company_operators
Request
Route
GET /api/v1/companies/40/company_operators
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxNTEiLCJzY3AiOiJ1c2VyIiwiYXVkIjpudWxsLCJpYXQiOjE3NDg1MTY0OTcsImV4cCI6MTc1MTEwODQ5NywianRpIjoiYmU4ZGY2ZjYtMTk0Mi00ZmZlLWIwMDAtY2NiOGU4NWVhMzcwIn0.jR6Ad-1JKfFUlbiowo8ZeKan9yu70I5NAvw6IRilsvs
Host: example.org
Cookie:
Query Parameters
{}=
Response
Simulated Response
Status
200
Headers
x-frame-options: SAMEORIGIN
x-xss-protection: 0
x-content-type-options: nosniff
x-permitted-cross-domain-policies: none
referrer-policy: strict-origin-when-cross-origin
per-page: 20
total: 1
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"b7578332388d903b12c6254cd0307426"
cache-control: max-age=0, private, must-revalidate
x-request-id: c7ddf2fe-5fd5-4df3-9938-4b0cdc96b00a
x-runtime: 0.012186
content-length: 253
Body
{
"company_operators": [
{
"id": 40,
"contact_phone_number": null,
"created_at": "2025-05-29",
"job_position": null,
"operator": {
"id": 150,
"active": true,
"admin": false,
"contact_phone_number": null,
"image": null,
"invitation_status": "accepted",
"title": "Giovanni Rowe"
}
}
]
}