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//credentials - Get credential secrets (service accounts only)
- PATCH /integrations/credentials/ - Update credential
- DELETE /integrations/credentials/ - 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
Authorizations
API key authentication. Include your API key in the X-API-Key header as: X-API-Key YOUR_API_KEY
Example:
JWT Bearer token authentication. Include your access token in the Authorization header as: Bearer YOUR_ACCESS_TOKEN
Example:
Path Parameters
UUID of the credential to retrieve. Must belong to the authenticated user's organization.
Response
Credential metadata retrieved successfully
microsoft, sftp, aws_ses, google, postgresql, internal_postgresql, file_storage, sharepoint_client_secret