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

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[]