メインコンテンツへスキップ
GET
Enterprise APIキー取得用エンドポイント
Enterprise の管理者による個人用 APIキーが必要です。 Enterprise 内のすべての組織にわたる APIキーのページネーション対応一覧を返します。

承認

Authorization
string
header
必須

Enterprise 管理者専用の個人用 API キー (apk_user_*)

クエリパラメータ

page
integer
デフォルト:1
必須範囲: x >= 1
per_page
integer
デフォルト:25
必須範囲: 1 <= x <= 100
org_id
string | null

レスポンス

成功時のレスポンス

has_more
boolean
必須
items
ApiKeyResponse · object[]
必須
limit
integer
必須
skip
integer
必須
total
integer
必須
next_cursor
integer | null