Skip to content

Set Line ID

Description

會員綁定LINE ID。

Resource

PATCH /v1/user/line_id

Authorization

採用 OAuth 2.0 Bearer Token,詳細使用流程請參考 Auth Login

Request Body Parameters

Name Type Description
line_id string LINE ID
phone_number string 手機號碼(選填)

Request Example

{
  "line_id": "love1314",
  "phone_number":"0911111111"
}

Response

Status-Code: 204 No Content