Credentials
Get all credentials
Retrieves a paginated list of credentials for the current organization
get/v1/credentials
Query parameters
pageinteger
Page number for pagination
Example:1
Page number for pagination
page_sizeinteger
Number of items per page
Example:10
Number of items per page
vault_type'skyvern' | 'bitwarden' | 'azure_vault' | 'gcp' | 'custom'
Filter credentials by vault type (e.g. 'skyvern', 'custom', 'bitwarden', 'azure_vault')
credential_type'password' | 'credit_card' | 'secret'
Type of credential stored in the system.
Filter credentials by type (e.g. 'password', 'credit_card', 'secret')
searchstring nullable
Case-insensitive search across credential name, username, secret label, and card details
Case-insensitive search across credential name, username, secret label, and card details
Headers
x-api-keystring nullable
Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.
Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.
Response
Successful Response
Example response
[
{
"credential_id": "cred_1234567890",
"credential": {
"username": "user@example.com",
"totp_identifier": "user@example.com"
},
"name": "Amazon Login",
"folder_id": "cfld_1234567890",
"proxy_location": {
"country": "US",
"subdivision": "CA",
"city": "New York"
}
}
]