新しいドメインの追加
この方法を使うと、新しいドメインを1日に最大1000個まで追加できます。
スコープ:
Request rate limit:
1000 requests / 日 (アカウント1件につき)
Request Body schema:
application/jsonすべて折りたたむ -
domainName required | string [ 0 .. 100 ] characters <= 100 ドメインの一意の名前。 |
dkimKeyLength | integer <int32> Default: 2048 Enum: 1024 2048 DKIM キーの長さの値。 |
targetedDailyTraffic required | integer <int64> >= 1 ターゲットを絞った毎日のトラフィック。 |
applicationId | string 送信トラフィックの送信要求でアプリケーションを使用するために必要です。通知イベントで返されます。 |
entityId | string 送信トラフィックの送信要求でエンティティを使用するために必要です。通知イベントで返されます。 |
returnPathAddress | string [ 0 .. 100 ] characters <= 100 カスタムリターンパスを設定して、遅延バウンスをルーティングする場所を受信メールサーバーに指示するメールボックスをカスタマイズします。 |
レスポンス
200
OK
400
Bad Request.
401
Unauthorized
403
Forbidden
409
Domain already exists.
429
Too Many Requests
500
Internal Server Error
サンプルをリクエストする
- ペイロード
- cURL
- Java
- C#
- Go
- Python
- PHP
- JavaScript
- NodeJs
- Ruby
コンテンツタイプ
application/json
コピー
すべて折りたたむ {- "domainName": "example.com",
- "dkimKeyLength": 1024,
- "targetedDailyTraffic": 1000,
- "applicationId": "string",
- "entityId": "string",
- "returnPathAddress": "string"
}
レスポンス例
- 200
- 400
- 401
- 403
- 409
- 429
- 500
コンテンツタイプ
application/json
コピー
すべて折りたたむ {- "domainId": 1,
- "domainName": "example.com",
- "active": false,
- "tracking": {
- "clicks": true,
- "opens": true,
- "unsubscribe": true
}, - "dnsRecords": [
- {
- "recordType": "string",
- "name": "string",
- "expectedValue": "string",
- "verified": true
}
], - "blocked": false,
- "createdAt": "2021-01-02T01:00:00.123Z",
- "returnPathAddress": "returnpath@example.com"
}

© NTTCom Online Marketing Solutions Corporation