メインコンテンツへスキップ
GET
/
tags
タグ一覧
curl --request GET \
  --url https://api.example.com/tags \
  --header 'Authorization: Basic <encoded-value>'
{
  "tags": [
    "<string>"
  ]
}

承認

Authorization
string
header
必須

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

クエリパラメータ

project_id
string
必須

レスポンス

正常なレスポンス

tags
string[]
必須