Skip to main content
POST
Get my Recruiter hiring projects

Authorizations

Authorization
string
header
required

Access token issued by gtm.service.id. Its access_identity claim carries team_sid, actor_sid and actor_type, and that team scope is authoritative.

Team-SID
string
header
required

Team scope for tokens that do not carry one. Ignored when the token already names a team.

Path Parameters

sid
string
required

LinkedIn account sid (ln_ac_…).

Required string length: 18
Pattern: ^ln_ac_

Body

application/json

Request body of get_linkedin_account_my_hiring_projects.

keyword
string

Project-name search. Omit for every project.

Maximum string length: 200
page_size
integer

Rows per page, 1..100; the wire default is 10.

Required range: 1 <= x <= 100
cursor
string

Pass paging.next_page_cursor of the previous page back verbatim. Omit to start at the top.

Maximum string length: 64

Response

action success envelope.

success
enum<boolean>
required
Available options:
true
operation
enum<string>
required
Available options:
action
action
string
required

kebab-case verb; matches the route segment.

item
object | null
required
result
object
required
meta
object
required