Get Credential
Fetch one credential by id, scoped to the caller’s workspace.
config is returned decrypted. Returns 404 for missing,
soft-deleted, or foreign-workspace credentials — credential
existence is never leaked across workspaces.
Authentication
AuthorizationBearer
Enter your API key with the Bearer prefix, e.g. ‘Bearer sk_…’.
Path parameters
id
Credential id (prefixed external id, cred_...).
Headers
Speechify-Version
Response
The credential.
id
Workspace-scoped credential identifier (prefixed external id).
name
Human-readable label, unique per workspace among active credentials.
kind
Discriminates the auth flow a credential carries. The matching
config.<kind> block is the one that must be populated.
config
Kind-specific credential payload. Exactly one block is
populated — the one named by the credential’s kind. The
block IS the secret; it is echoed back decrypted on reads.
created_at
updated_at
Errors
401
Unauthorized Error
404
Not Found Error