跳转到主要内容
GET
/
v1
/
linkedin
/
get_user_honors
cURL
curl --request GET \
  --url 'https://api.keyapi.ai/v1/linkedin/get_user_honors?urn=ACoAAC41xVEBx77koDz3k1eJ5E9t8UZ7g0IVGj4&page=1' \
  --header 'Authorization: Bearer <YOUR_API_KEY>'
{
  "code": 0,
  "message": "success",
  "data": {
    "page": 1,
    "total": 6,
    "has_more": false,
    "data": [
      {
        "title": "Breakthrough",
        "issued_by": "Issued by TAM of CMCGlobal",
        "issued_at": "May 2023",
        "associated_with": "CMC Global Company Limited."
      },
      {
        "title": "Most valuable",
        "issued_by": "Issued by TAM of CMCGlobal",
        "issued_at": "May 2022",
        "associated_with": "CMC Global Company Limited."
      },
      {
        "title": "Best Performer Of The Year",
        "issued_by": "Issued by CEO of CMCGlobal",
        "issued_at": "May 2021",
        "associated_with": "CMC Global Company Limited."
      },
      {
        "title": "Best Performer Of The Year",
        "issued_by": "Issued by Chairperson of CMC",
        "issued_at": "Jan 2021",
        "associated_with": "CMC Global Company Limited."
      },
      {
        "title": "Best Performer Of The Year",
        "issued_by": "Issued by CEO of SDC",
        "issued_at": "Dec 2018",
        "associated_with": "SDC Da Nang University"
      },
      {
        "title": "Best Performer Of The Year",
        "issued_by": "Issued by CEO of SDC",
        "issued_at": "Jan 2017",
        "associated_with": "SDC Da Nang University"
      }
    ]
  },
  "requestId": "fd4fdd68-a6ef-47c0-b503-84a81ff57dda"
}
🪙1 credit每次请求

Copy for AI

🤖 让 AI 帮你写调用代码

点击按钮复制一段结构化提示词,可直接交给 ChatGPT、Claude 或其他 AI 助手生成接口调用代码。

授权

Authorization
string
header
必填

接口鉴权凭证。请在请求 Header 中传入 Authorization: Bearer <YOUR_API_KEY>。 可在 Dashboard 获取你的 API Key。

查询参数

urn
string
必填

用户URN,可通过get_user_profile接口获取

page
integer
默认值:1

页码,默认为1

响应

请求成功

The response is of type object.