Credentials
Get credential by ID or name
Retrieve a credential by its ID or name. Credential values are not returned.
get/credentials/{id_or_name}
Path parameters
id_or_namestring required
Credential ID or name
Response
Credential details
Example response
{
"id": "cred_abc123xyz",
"name": "my-netflix-login",
"domain": "netflix.com",
"created_at": "2025-01-15T10:30:00Z",
"updated_at": "2025-01-15T10:30:00Z",
"has_values": true,
"value_keys": [
"username",
"password"
],
"sso_provider": "google",
"totp_code": "847291",
"totp_code_expires_at": "2025-01-15T10:30:30Z"
}