Skip to main content
読者のクリック履歴
curl --request GET \
  --url https://api.utage-system.com/v1/accounts/{account_id}/scenarios/{scenario_id}/readers/{reader_id}/clicks \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "message_id": "<string>",
      "title": "<string>",
      "channel": "<string>",
      "subject": "<string>",
      "url": "<string>",
      "clicked_at": "<string>"
    }
  ]
}
GET
https://api.utage-system.com/v1/accounts/{account_id}/scenarios/{scenario_id}/readers/{reader_id}/clicks
この機能はプレビュー版です。仕様が変更される場合があります。

Authorizations

Authorization
string
header
required

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

Path Parameters

account_id
string
required

アカウントID

scenario_id
string
required

シナリオID

reader_id
string
required

読者ID

Response

クリック履歴

data
object[]