Skip to main content
GET
List accessible company jobs

Authorizations

Authorization
string
header
required

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

Accept-Language
string

Supported response locales: ko, en, ja, zh-CN, zh-TW, es, fr, de, pt, th, vi. Default is ko.

Example:

"ko"

Path Parameters

companyId
string
required

Company handle

Maximum string length: 255
Pattern: ^[A-Za-z0-9_-]+$

Query Parameters

page
integer<int32>
pageSize
integer<int32>

Response

OK

Paginated response. page starts at 1. If page > totalPages, items is an empty array.

totalItems
integer<int64>
required

Total item count

totalPages
integer<int32>
required

Total page count

page
integer<int32>
required

Current page number (starts at 1)

pageSize
integer<int32>
required

Page size

items
object[]
required

Items on the current page