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

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