Credentials
Get credential
Get a single credential with redacted secrets.
get/credentials/{credential_id}
Path parameters
credential_idstring required
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"
}