Update credential
Overwrites the stored credential data (e.g. username/password) while keeping the same credential_id.
Path parameters
The unique identifier of the credential to update
The unique identifier of the credential to update
Headers
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.
Request body
Example request
{
"name": "Amazon Login",
"credential": {
"password": "securepassword123",
"username": "user@example.com",
"totp": "JBSWY3DPEHPK3PXP",
"totp_identifier": "user@example.com"
},
"proxy_location": {
"country": "US",
"subdivision": "CA",
"city": "New York"
}
}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"
}
}Changes
Changed in 12 of the 86 revisions of this API.324
- ○
the request property
//became optionalrequest-property-became-optional
- ○
the
request property default valuewas addedrequest-property-default-value-added
- ○
the
//request property's minLength was decreased from1to0request-property-min-length-decreased
- ○
- ○
added the new optional request property
new-optional-request-property
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
- ●
added the new
passkeyenum value to the//response property for the response statusresponse-property-enum-value-added
- ○
added the new optional request property
//new-optional-request-property
- ○
added the new
passkeyenum value to the request property//request-property-enum-value-added
- ●
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
- ○
added the new optional request property
new-optional-request-property
- ○
added the new optional request property
new-optional-request-property
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
- ○
added the new optional request property
new-optional-request-property
- ○
- ●
added the new
skyvernenum value to the/response property for the response statusresponse-property-enum-value-added
- ○
added the new
skyvernenum value to the request property/request-property-enum-value-added
- ●
- ○
added the new optional request property
new-optional-request-property
- ○
- ○
added the new optional request property
new-optional-request-property
- ○
added the new optional request property
new-optional-request-property
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
- ○
added the new optional request property
//new-optional-request-property
- ○
added the new optional request property
//new-optional-request-property
- ○
added the new optional request property
//new-optional-request-property
- ○
added the new optional request property
//new-optional-request-property
- ○