Skip to main content
GET
List credentials by provider

Authorizations

X-API-Key
string
header
required

API key authentication. Include your API key in the X-API-Key header as: X-API-Key YOUR_API_KEY

Example:

Authorization
string
header
required

JWT Bearer token authentication. Include your access token in the Authorization header as: Bearer YOUR_ACCESS_TOKEN

Example:

Path Parameters

provider
enum<string>
required

Integration provider to filter credentials by. Valid providers: microsoft, sharepoint, sftp, aws_ses, google, postgresql, internal_postgresql. Returns only credentials matching the specified provider.

Available options:
microsoft,
sftp,
aws_ses,
google,
postgresql,
internal_postgresql,
file_storage,
sharepoint_client_secret

Response

List of credentials for the specified provider retrieved successfully

created_at
string<date-time>
required
id
string<uuid>
required
modified_by
string
required
name
string
required
provider
enum<string>
required
Available options:
microsoft,
sftp,
aws_ses,
google,
postgresql,
internal_postgresql,
file_storage,
sharepoint_client_secret
updated_at
string<date-time>
required
user_id
string<uuid> | null