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 9 of the 86 revisions of this API.2316
- ○
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 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
skyvernenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
- ○
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
gcpenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
- ▲
response property
credential/anyOf[subschema #1: PasswordCredentialResponse]/totp_identifierlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
credential/anyOf[subschema #3: SecretCredentialResponse]/secret_labellist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ○
headerrequest parameterx-api-keylist-of-types was widened by adding typesnullrequest-parameter-list-of-types-widened
- ○
for the
headerrequest parameterx-api-key, the type was generalized fromstringto no typerequest-parameter-type-generalized
- ○
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 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 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 optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
This revision also has 10 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○