Русский
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
Была ли эта страница полезной?