GET/credentials/{id_or_name}

Retrieve a credential by its ID or name. Credential values are not returned.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id_or_name*string

Credential ID or name

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/credentials/string"
{  "id": "string",  "name": "string",  "domain": "string",  "created_at": "2019-08-24T14:15:22Z",  "updated_at": "2019-08-24T14:15:22Z",  "has_values": true,  "has_totp_secret": true,  "value_keys": [    "string"  ],  "sso_provider": "string",  "totp_code": "string",  "totp_code_expires_at": "2019-08-24T14:15:22Z"}