Get credential by ID
Retrieves a specific credential by its ID
Path parameters
The unique identifier of the credential
The unique identifier of the credential
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.
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 13 of the 63 revisions of this API.811
- ●
added the new
passkeyenum value to thecredential/anyOf[subschema #1: PasswordCredentialResponse]/totp_typeresponse property for the response status200response-property-enum-value-added
- ●
- ○
added the optional property
proxy_locationto the response with the200statusresponse-optional-property-added
- ○
added the optional property
proxy_session_idto the response with the200statusresponse-optional-property-added
- ○
- ●
removed the optional property
proxy_locationfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
proxy_session_idfrom the response with the200statusresponse-optional-property-removed
This revision also has 28 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
added the optional property
proxy_locationto the response with the200statusresponse-optional-property-added
- ○
added the optional property
proxy_session_idto the response with the200statusresponse-optional-property-added
- ○
- ●
added the new
skyvernenum value to thevault_type/anyOf[subschema #1: CredentialVaultType]/response property for the response status200response-property-enum-value-added
- ●
- ●
added the new
gcpenum value to thevault_type/anyOf[subschema #1: CredentialVaultType]/response property for the response status200response-property-enum-value-added
- ●
- ○
added the optional property
folder_idto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
save_browser_session_intentto the response with the200statusresponse-optional-property-added
- ○
added the optional property
vault_typeto the response with the200statusresponse-optional-property-added
This revision also has 28 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ●
removed the optional property
save_browser_session_intentfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
vault_typefrom the response with the200statusresponse-optional-property-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
added the optional property
save_browser_session_intentto the response with the200statusresponse-optional-property-added
- ○
added the optional property
vault_typeto the response with the200statusresponse-optional-property-added
This revision also has 28 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○