Get credential by ID
Retrieve metadata for a specific integration credential.
Returns credential metadata without sensitive data. Use this endpoint to check credential status, provider type, and creation date without exposing passwords or tokens.
Context: This endpoint provides safe access to credential information for UI display and validation purposes. Common use cases include: - Displaying credential details in integration settings pages - Verifying credential ownership before performing operations - Checking credential type before initiating provider-specific workflows - Validating credential exists before attempting to use it in tasks
Use Cases: Verify credential exists and belongs to current user before displaying integration UI.
Check credential type to determine which configuration UI to show (password vs OAuth).
Display credential creation date in integration settings for audit purposes.
Related Endpoints: - GET /integrations/credentials - List all user credentials - GET /integrations/credentials/{credential_id}/credentials - Get credential secrets (service accounts only) - PATCH /integrations/credentials/{credential_id} - Update credential - DELETE /integrations/credentials/{credential_id} - Delete credential
Notes: - This endpoint is safe for UI use (no sensitive data exposure) - Soft-deleted credentials return 404 - OAuth credentials include token expiration metadata
Header Parameters
Path Parameters
UUID of the credential to retrieve. Must belong to the authenticated user's organization.
Response
Response Attributes
API-friendly version of ProviderEnum without spaces
microsoftsharepointsftpaws_sesgooglepostgresqlinternal_postgresqlResponse Attributes
Standard error detail structure.
This model matches the error format returned by the centralized exception handlers in app/api/errors/handlers.py.
Show child attributes
Response Attributes
Standard error detail structure.
This model matches the error format returned by the centralized exception handlers in app/api/errors/handlers.py.
Show child attributes
Response Attributes
Standard error detail structure.
This model matches the error format returned by the centralized exception handlers in app/api/errors/handlers.py.
Show child attributes
Response Attributes
Standard error detail structure.
This model matches the error format returned by the centralized exception handlers in app/api/errors/handlers.py.
Show child attributes
Response Attributes
Show child attributes
Response Attributes
Standard error detail structure.
This model matches the error format returned by the centralized exception handlers in app/api/errors/handlers.py.