Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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>" } }
プレビュー機能。仕様は今後変更される可能性があります。
LINEカスタム送信者の詳細を取得します。
GET
https://api.utage-system.com/v1/accounts/{account_id}/line/senders/{sender_id}
APIキーをBearerトークンとして指定
アカウントID
送信者ID
送信者詳細
Show child attributes