メインコンテンツへスキップ
GET
/
v2
/
enterprise
/
self
Self の取得 (GET)
curl --request GET \
  --url https://api.devin.ai/v2/enterprise/self \
  --header 'Authorization: Bearer <token>'
{
  "api_key_id": "<string>",
  "org_id": "<string>",
  "user_email": "<string>",
  "user_id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.devin.ai/llms.txt

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

Enterprise 管理者の個人用 APIキーが必要です。 認証された APIキーに関する情報を返します。これには、キー ID、関連付けられたユーザー ID、ユーザーのメールアドレス、組織 ID が含まれます。

承認

Authorization
string
header
必須

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

レスポンス

200 - application/json

成功レスポンス

api_key_id
string
必須
org_id
string
必須
user_email
string | null
必須
user_id
string | null
必須