Skip to main content
GET
/
api
/
users
/
email
/
{email}
/
virtual-keys
Error
A valid request URL is required to generate request examples
{
  "user_id": "<string>",
  "email": "jsmith@example.com",
  "virtual_keys": [
    {
      "id": "<string>",
      "name": "<string>",
      "value": "<string>",
      "is_active": true
    }
  ]
}

Authorizations

Authorization
string
header
required

Management API authentication for /api/* endpoints. Use the Authorization header with Bearer <API key>. Virtual keys, dashboard/user/session tokens, and x-api-key headers are not supported on management APIs.

Path Parameters

email
string<email>
required

URL-encoded email address of the user

Response

Successful response

user_id
string

Internal ID of the resolved user

email
string<email>

Email address of the resolved user

virtual_keys
object[]

Virtual keys assigned to this user