メインコンテンツへスキップ

Documentation Index

Fetch the complete documentation index at: https://docs.hybridbox.io/llms.txt

Use this file to discover all available pages before exploring further.

転送

転送 エンドポイントの生成済みリファレンスです。 この生成済みページは、転送 カテゴリのすべての Public API 操作をまとめています。

エンドポイント

転送を一覧表示

GET /v1/public/accounts/{account_id}/forwarding 転送を一覧表示 パス内のアカウント配下の転送ルールを一覧表示します。 完全なリファレンス: GET /v1/public/accounts/{account_id}/forwarding
OpenAPI リファレンス: /openapi.ja.json GET /v1/public/accounts/{account_id}/forwarding

転送を作成

POST /v1/public/accounts/{account_id}/forwarding 転送を作成 パス内のアカウント配下に転送ルールを作成します。 完全なリファレンス: POST /v1/public/accounts/{account_id}/forwarding
OpenAPI リファレンス: /openapi.ja.json POST /v1/public/accounts/{account_id}/forwarding

転送検証を確認

POST /v1/public/accounts/{account_id}/forwarding/{forwarding_id}/verification/confirm 転送検証を確認 顧客入力コードによる受信者検証を確認。 完全なリファレンス: POST /v1/public/accounts/{account_id}/forwarding/{forwarding_id}/verification/confirm
OpenAPI リファレンス: /openapi.ja.json POST /v1/public/accounts/{account_id}/forwarding/{forwarding_id}/verification/confirm

転送検証を送信

POST /v1/public/accounts/{account_id}/forwarding/{forwarding_id}/verification/send 転送検証を送信 顧客転送ルールを送信。 完全なリファレンス: POST /v1/public/accounts/{account_id}/forwarding/{forwarding_id}/verification/send
OpenAPI リファレンス: /openapi.ja.json POST /v1/public/accounts/{account_id}/forwarding/{forwarding_id}/verification/send

転送受信者を検証

POST /v1/public/forwarding/verify 転送受信者を検証 公開トークンを使用する転送受信者を確認。 完全なリファレンス: POST /v1/public/forwarding/verify
OpenAPI リファレンス: /openapi.ja.json POST /v1/public/forwarding/verify

転送を更新

PATCH /v1/public/accounts/{account_id}/forwarding/{forwarding_id} 転送を更新 パス内のアカウント配下の顧客転送ルールを更新します。 完全なリファレンス: PATCH /v1/public/accounts/{account_id}/forwarding/{forwarding_id}
OpenAPI リファレンス: /openapi.ja.json PATCH /v1/public/accounts/{account_id}/forwarding/{forwarding_id}

転送の有効状態を設定

PATCH /v1/public/accounts/{account_id}/forwarding/{forwarding_id}/active 転送の有効状態を設定 顧客転送ルールを一時停止。 完全なリファレンス: PATCH /v1/public/accounts/{account_id}/forwarding/{forwarding_id}/active
OpenAPI リファレンス: /openapi.ja.json PATCH /v1/public/accounts/{account_id}/forwarding/{forwarding_id}/active

転送を削除

DELETE /v1/public/accounts/{account_id}/forwarding/{forwarding_id} 転送を削除 パス内のアカウント配下の顧客転送ルールを削除します。 完全なリファレンス: DELETE /v1/public/accounts/{account_id}/forwarding/{forwarding_id}
OpenAPI リファレンス: /openapi.ja.json DELETE /v1/public/accounts/{account_id}/forwarding/{forwarding_id}