curl --request GET \
--url https://api.skyvern.com/v1/credentials[
{
"credential_id": "cred_1234567890",
"credential": {
"username": "user@example.com",
"totp_type": "authenticator",
"totp_identifier": "user@example.com"
},
"credential_type": "password",
"name": "Amazon Login"
}
]Retrieves a paginated list of credentials for the current organization
curl --request GET \
--url https://api.skyvern.com/v1/credentials[
{
"credential_id": "cred_1234567890",
"credential": {
"username": "user@example.com",
"totp_type": "authenticator",
"totp_identifier": "user@example.com"
},
"credential_type": "password",
"name": "Amazon Login"
}
]Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.
Page number for pagination
x >= 11
Number of items per page
x >= 110
Successful Response
Unique identifier for the credential
"cred_1234567890"
Response model for password credentials, containing only the username.
Show child attributes
Type of the credential
password, credit_card, secret Name of the credential
"Amazon Login"