Get credential
Get a single credential with redacted secrets.
Path parameters
Response
Successful Response
Example response
{
"active": true,
"api": {
"name": "stripe",
"vendor": "stripe.com",
"version": "2024-04-10"
},
"created_at": "2026-01-15T09:30:00Z",
"credential_id": "cred_01HZX9...",
"details": {
"field_name": "Authorization",
"hint": "…live_abcd",
"location": "header"
},
"name": "Stripe live key",
"provider": "static",
"type": "api_key"
}Changes
Changed in 5 of the 85 revisions of this API.141122
- ●
added the new
sigv4enum value to thetyperesponse property for the response status200response-property-enum-value-added
- ●
- ○
added the optional property
catalog_api_idto the response with the200statusresponse-optional-property-added
- ○
- ●
added the new
no_authenum value to thetyperesponse property for the response status200response-property-enum-value-added
- ●
- ○
added the optional property
created_byto the response with the200statusresponse-optional-property-added
- ○
- ▲
media type
application/problem+jsonwas changed to a more general media typeapplication/jsonfor the response status422response-media-type-name-generalized
- ▲
the response property
created_atbecame optional for the status200response-property-became-optional
- ▲
the response property
detailbecame optional for the status422response-property-became-optional
- ▲
response property
created_atlist-of-types was widened by adding typesnull and numberto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
updated_atlist-of-types was widened by adding typesnumberto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
the
detailresponse property's maxLength was unset from4096for the response status422response-property-max-length-unset
- ▲
the
detailresponse's property type/format changed fromstring/toarray/for status422response-property-type-changed
- ▲
the
updated_at/anyOf[subschema #1]/response's property type/format changed fromstring/date-timetonumber/for status200response-property-type-changed
- ▲
removed the required property
activefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
apifrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
credential_idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
namefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
providerfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
typefrom the response with the200statusresponse-required-property-removed
- ●
removed the optional property
codefrom the response with the422statusresponse-optional-property-removed
- ●
removed the optional property
detailsfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
errorsfrom the response with the422statusresponse-optional-property-removed
- ●
removed the optional property
instancefrom the response with the422statusresponse-optional-property-removed
- ●
removed the optional property
provider_account_reffrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
server_variablesfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
statusfrom the response with the422statusresponse-optional-property-removed
- ●
removed the optional property
titlefrom the response with the422statusresponse-optional-property-removed
- ●
removed the optional property
typefrom the response with the422statusresponse-optional-property-removed
- ○
api operation id
getCredentialremoved and replaced withget_credential_credentials__cid__getapi-operation-id-removed
- ○
the endpoint scheme security
HumanLoginwas added to the APIapi-security-added
- ○
the endpoint scheme security
JenticApiKeywas added to the APIapi-security-added
- ○
the endpoint scheme security
BearerAuthwas removed from the APIapi-security-removed
- ○
api tag
credentialsaddedapi-tag-added
- ○
api tag
Credentialsremovedapi-tag-removed
- ○
removed the non-success response with the status
400response-non-success-status-removed
- ○
removed the non-success response with the status
401response-non-success-status-removed
- ○
removed the non-success response with the status
403response-non-success-status-removed
- ○
removed the non-success response with the status
404response-non-success-status-removed
- ○
removed the non-success response with the status
500response-non-success-status-removed
- ○
removed the non-success response with the status
503response-non-success-status-removed
- ○
added the optional property
account_idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
api_idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
app_slugto the response with the200statusresponse-optional-property-added
- ○
added the optional property
auth_typeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
identityto the response with the200statusresponse-optional-property-added
- ○
added the optional property
synced_atto the response with the200statusresponse-optional-property-added
- ○
added the required property
idto the response with the200statusresponse-required-property-added
- ○
added the required property
labelto the response with the200statusresponse-required-property-added
This revision also has 179 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲