Partner

Partner設定

本機能は2022年8月30日に廃止されました。
統計情報の確認にはDeliverability Insightsをご利用ください。

Partner設定一覧の取得 [GET]

URI引数 必須 条件 説明
limit No number 結果を取得する件数を制限します。
Example: 20
offset No number 結果を取得する位置のオフセットを指定します。
Example: 1

Request

1
GET https://api.sendgrid.com/v3/partner_settings?limit={limit}&offset={offset} HTTP/1.1

Response

1
2
3
4
5
6
7
8
9
10
11
HTTP/1.1 200
{
  "result": [
    {
      "name": "new_relic",
      "title": "New Relic",
      "description": "lorem ipsum... .",
      "enabled": true
    }
  ]
}