Skip to main content
アカウント一覧
curl --request GET \
  --url https://api.utage-system.com/v1/accounts \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.utage-system.com/llms.txt

Use this file to discover all available pages before exploring further.

GET
https://api.utage-system.com/v1/accounts

Authorizations

Authorization
string
header
required

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

Query Parameters

type
enum<string>

アカウントタイプで絞り込み

Available options:
mail,
line,
mail_line
name
string

アカウント名で部分一致検索

Response

アカウント一覧

data
object[]