Skip to main content
LINEカスタム送信者詳細取得
curl --request GET \
  --url https://api.utage-system.com/v1/accounts/{account_id}/line/senders/{sender_id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "<string>",
    "name": "<string>",
    "icon_url": "<string>",
    "created_at": "<string>",
    "updated_at": "<string>"
  }
}
GET
https://api.utage-system.com/v1/accounts/{account_id}/line/senders/{sender_id}
この機能はプレビュー版です。仕様が変更される場合があります。

Authorizations

Authorization
string
header
required

APIキーをBearerトークンとして指定

Path Parameters

account_id
string
required

アカウントID

sender_id
string
required

送信者ID

Response

送信者詳細

data
object