curl --request GET \
--url https://api.skyvern.com/v1/credentials/{credential_id}{
"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 specific credential by its ID
curl --request GET \
--url https://api.skyvern.com/v1/credentials/{credential_id}{
"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.
The unique identifier of the credential
"cred_1234567890"
Successful Response
Response model for credential operations.
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"