한국어
cURL
curl --request GET \ --url https://api.cursor.com/v0/me \ --header 'Authorization: Bearer <token>'
{ "apiKeyName": "Production API Key", "createdAt": "2024-01-15T10:30:00Z", "userEmail": "developer@example.com" }
인증에 사용된 API 키의 메타데이터 가져오기.
API key from Cursor Dashboard
API key information retrieved successfully
The name of the API key
"Production API Key"
When the API key was created
"2024-01-15T10:30:00Z"
Email address of the user who owns the API key (if available)
"developer@example.com"
이 페이지가 도움이 되었나요?