List credentials
List credentials with cursor-based pagination.
Query parameters
Response
Successful Response
Example response
{
"data": [
{
"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 9 of the 85 revisions of this API.91348
- ●
added the new
sigv4enum value to thedata/items/typeresponse property for the response status200response-property-enum-value-added
- ●
- ○
added the optional property
data/items/catalog_api_idto the response with the200statusresponse-optional-property-added
- ○
- ●
added the new
no_authenum value to thedata/items/typeresponse property for the response status200response-property-enum-value-added
- ●
- ○
added the optional property
data/items/created_byto the response with the200statusresponse-optional-property-added
- ○
- ▲
the response's body type/format changed from
array/toobject/for status200response-body-type-changed
- ▲
the
detailresponse's property type/format changed fromarray/tostring/for status422response-property-type-changed
- ●
deleted the
queryrequest parameterapi_idrequest-parameter-removed
- ○
api operation id
list_credentials_credentials_getremoved and replaced withlistCredentialsapi-operation-id-removed
- ○
the endpoint scheme security
BearerAuthwas added to the APIapi-security-added
- ○
the endpoint scheme security
AgentOauthAccessTokenwas removed from the APIapi-security-removed
- ○
the endpoint scheme security
HumanLoginwas removed from the APIapi-security-removed
- ○
the endpoint scheme security
JenticApiKeywas removed from the APIapi-security-removed
- ○
api tag
Credentialsaddedapi-tag-added
- ○
api tag
credentialsremovedapi-tag-removed
- ○
added the new optional
queryrequest parametercursornew-optional-request-parameter
- ○
added the new optional
queryrequest parameterlimitnew-optional-request-parameter
- ○
added the new optional
queryrequest parametervendornew-optional-request-parameter
- ○
media type
application/jsonwas changed to a more specific media typeapplication/problem+jsonfor the response status422response-media-type-name-specialized
- ○
added the non-success response with the status
400response-non-success-status-added
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
added the non-success response with the status
500response-non-success-status-added
- ○
added the non-success response with the status
503response-non-success-status-added
- ○
added the optional property
codeto the response with the422statusresponse-optional-property-added
- ○
added the optional property
errorsto the response with the422statusresponse-optional-property-added
- ○
added the optional property
instanceto the response with the422statusresponse-optional-property-added
- ○
added the optional property
next_cursorto the response with the200statusresponse-optional-property-added
- ○
added the optional property
statusto the response with the422statusresponse-optional-property-added
- ○
added the optional property
titleto the response with the422statusresponse-optional-property-added
- ○
added the optional property
typeto the response with the422statusresponse-optional-property-added
- ○
the response property
detailbecame required for the status422response-property-became-required
- ○
added the required property
datato the response with the200statusresponse-required-property-added
- ○
added the required property
has_moreto the response with the200statusresponse-required-property-added
This revision also has 61 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
added the optional property
items/descriptionto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/health_checked_atto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/healthyto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/last_used_atto the response with the200statusresponse-optional-property-added
- ○
- ○
the endpoint scheme security
AgentOauthAccessTokenwas added to the APIapi-security-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the optional property
items/routesto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/schemeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/server_variablesto the response with the200statusresponse-optional-property-added
- ○
- ▲
the response's body type/format changed from
object/toarray/for status200response-body-type-changed
- ▲
media type
application/problem+jsonwas changed to a more general media typeapplication/jsonfor the response status422response-media-type-name-generalized
- ▲
the response property
detailbecame optional for the status422response-property-became-optional
- ▲
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
- ▲
removed the required property
datafrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
has_morefrom the response with the200statusresponse-required-property-removed
- ●
deleted the
queryrequest parametercursorrequest-parameter-removed
- ●
deleted the
queryrequest parameterlimitrequest-parameter-removed
- ●
deleted the
queryrequest parametervendorrequest-parameter-removed
- ●
removed the optional property
codefrom the response with the422statusresponse-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
next_cursorfrom 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
listCredentialsremoved and replaced withlist_credentials_credentials_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
- ○
added the new optional
queryrequest parameterapi_idnew-optional-request-parameter
- ○
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
500response-non-success-status-removed
- ○
removed the non-success response with the status
503response-non-success-status-removed
This revision also has 179 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲