Credentials
Get credential by ID
Retrieves a specific credential by its ID
get/v1/credentials/{credential_id}
Path parameters
credential_idstring required
The unique identifier of the credential
Example:cred_1234567890
The unique identifier of the credential
Headers
x-api-keystring nullable
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"
}
}