チーム

チーム

チーム

GET /api/v1/teams HTTP/1.1

Request

パラメータなし

cURLでのリクエスト例

curl 'https://{チームドメイン}.notepm.jp/api/v1/teams' \
-H 'Authorization: Bearer {アクセストークン}'

Response

HTTP/1.1 200 OK
{
  "teams": [
    {
      "team_name": "チームの名前",
      "domain": "team",
      "url": "https://team.notepm.jp/"
    }
  ],
  "meta": {
    "previous_page": null,
    "next_page": null,
    "page": null,
    "per_page": null,
    "total": 1
  }
}