連絡先のメールアドレスに検証情報を送信します。
今すぐお試しください
テスト
RAM 認証
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| ContactId |
string |
任意 |
連絡先の ID。 |
c-5gsZAGt***PGduDF |
| EmailAddress |
string |
任意 |
連絡先のメールアドレス。 指定するメールアドレスは、AddMessageContact を呼び出すときに指定したものと同じである必要があります。 |
someone***@example.com |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
返された結果。 |
||
| RequestId |
string |
リクエスト ID。 |
7B8A4E7D-6CFF-471D-84DF-195A7A241ECB |
例
成功レスポンス
JSONJSON
{
"RequestId": "7B8A4E7D-6CFF-471D-84DF-195A7A241ECB"
}
エラーコード
|
HTTP ステータスコード |
エラーコード |
エラーメッセージ |
説明 |
|---|---|---|---|
| 400 | MissingParameter.ContactId | You must specify ContactId. | |
| 400 | InvalidParameter.ContactId | The ContactId is invalid. | |
| 400 | MissingParameter.EmailAddress | You must specify EmailAddress. | |
| 400 | InvalidParameter.EmailAddress | The EmailAddress is invalid. | |
| 404 | EntityNotExists.Contact | This Contact does not exist. | |
| 404 | EntityNotExists.Contact.Verification | This contact verification does not exist. | |
| 409 | SendValidateCodeExceedsLimitForAccount | For the same account, the number of verification codes sent exceeds the limit. |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。