한국어
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 response is of type object.
object
이 페이지가 도움이 되었나요?