Skip to main content
PATCH
転送を更新

承認

Authorization
string
header
必須

Public API bearer credential sent as Authorization: Bearer <token>. Use either an OAuth access token or a Hybridbox Service account token.

パスパラメータ

account_id
string<uuid>
必須
forwarding_id
string<uuid>
必須

ボディ

application/json

転送先を更新する要求。

target_email
string<email>
必須

転送先メールアドレス

レスポンス

active
boolean
必須

転送がアクティブかどうか

created_at
string
必須

転送ルール作成のタイムスタンプ

id
string<uuid>
必須

転送ルール UUID

scope_id
string<uuid>
必須

転送スコープのリソース UUID

scope_type
enum<string>
必須

転送ルールのリソーススコープタイプ

利用可能なオプション:
account,
workspace,
domain
target_email
string
必須

転送先メールアドレス

updated_at
string
必須

転送ルールの最終更新タイムスタンプ

verification_required
boolean
必須

受信者の確認が必要かどうか

verification_state
enum<string>
必須

受信者検証状態

利用可能なオプション:
internal,
pending,
verified,
expired
verification_expires_at
string | null

検証有効期限のタイムスタンプ

verification_sent_at
string | null

確認メールの送信タイムスタンプ

verification_verified_at
string | null

検証完了のタイムスタンプ