List accessible company jobs
Returns only company jobs that the caller is allowed to view. With ENT_JOB_LIST, all company jobs are returned; otherwise, only jobs with ENT_JOB_VIEW item-level permission are returned. Requires the job:manage:read scope.
Authentication: The Authorization: Bearer <jwt> header is required.
Required OAuth scope: job:manage:read.
Authorizations
Access token for user-context authentication. Send it in the Authorization: Bearer <jwt> header. Use the token your OAuth client app obtained via the Authorization Code + PKCE flow.
Headers
Supported response locales: ko, en, ja, zh-CN, zh-TW, es, fr, de, pt, th, vi. Default is ko.
"ko"
Path Parameters
Company handle
255^[A-Za-z0-9_-]+$Response
OK
Paginated response. page starts at 1. If page > totalPages, items is an empty array.