Skip to main content
GET
/
v0
/
me
API key info
curl --request GET \
  --url https://cloud.firebender.com/v0/me \
  --header 'X-API-Key: <api-key>'
{
  "apiKeyName": "Production API Key",
  "createdAt": "2024-01-15T10:30:00Z",
  "userEmail": "[email protected]"
}

Authorizations

X-API-Key
string
header
required

API key from Firebender Dashboard

Response

API key information retrieved successfully

apiKeyName
string
required

The name of the API key

Example:

"Production API Key"

createdAt
string<date-time>

When the API key was created

Example:

"2024-01-15T10:30:00Z"

userEmail
string<email>

Email address of the user who owns the API key (if available)