Skip to main content
ラベル詳細取得
curl --request GET \
  --url https://api.utage-system.com/v1/accounts/{account_id}/labels/{label_id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "<string>",
    "name": "<string>",
    "label_group_id": "<string>",
    "created_at": "<string>",
    "updated_at": "<string>"
  }
}
GET
https://api.utage-system.com/v1/accounts/{account_id}/labels/{label_id}
この機能はプレビュー版です。仕様が変更される場合があります。

Authorizations

Authorization
string
header
required

APIキーをBearerトークンとして指定

Path Parameters

account_id
string
required

アカウントID

label_id
string
required

ラベルID

Response

ラベル詳細

data
object