v1

latestOpenAPI 3.0.32026-07-222111928.0 KB
Credentials

List credentials for user and team

List browser-login credentials visible to the caller for the current team — team-shared (user_id IS NULL) plus the caller's own personal logins. Optionally filter by domain. Passwords and OTP secrets are never returned; only metadata flags indicating whether they are set.

get/v2/teams/{teamId}/browser-agent/credentials/{userId}

Path parameters

userIdstring uuid required
teamIdstring uuid required

Query parameters

domainstring

Response

Default Response

idstring uuid required

Credential ID

domainstring required

Domain for the credential

usernamestring nullable required

Username (if any)

hasEnabledTOTPboolean required

Whether TOTP is enabled

hasPasswordboolean required

Whether a password is stored

user_idstring nullable required

Owner user id; null when shared with the team