Try Bifrost Enterprise free for 14 days. Explore now
A valid request URL is required to generate request examples{
"user_id": "<string>",
"email": "[email protected]",
"virtual_keys": [
{
"id": "<string>",
"name": "<string>",
"value": "<string>",
"is_active": true
}
]
}Enterprise only.
Returns all virtual keys associated with a user, looked up by email address. Returns an empty virtual_keys array when the user exists but has no virtual keys assigned. Intended for MDM and credential-helper integrations that need to resolve a user’s keys without knowing their internal ID.
A valid request URL is required to generate request examples{
"user_id": "<string>",
"email": "[email protected]",
"virtual_keys": [
{
"id": "<string>",
"name": "<string>",
"value": "<string>",
"is_active": true
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.getbifrost.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token authentication. Use your provider API key or Bifrost authentication token.
Virtual keys (prefixed with sk-bf-) can also be passed here.
URL-encoded email address of the user
Was this page helpful?