Categories

カテゴリを管理することができます。

GET

カテゴリのリストを取得します。

URI引数 必須 条件 説明
category No string 前方一致検索が可能です
limit No 整数 結果を取得する件数を制限します。指定しない場合:50
offset No 整数 結果を取得する位置のオフセットを指定します。指定しない場合:0

Request

1
GET https://api.sendgrid.com/v3/categories HTTP/1.1

Response

1
2
3
4
5
6
7
8
HTTP/1.1 200
[
  {"category": "cat1"},
  {"category": "cat2"},
  {"category": "cat3"},
  {"category": "cat4"},
  {"category": "cat5"}
]