Skip to main content
POST
Create integration credentials

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:

Body

application/json

Request model for creating user integration credentials

credential_type
enum<string>
required
Available options:
api_key,
oauth2,
user_password,
key_file,
client_credentials,
sharepoint_receive,
google_drive_receive
credentials
Credentials · object
required
name
string
required
provider
enum<string>
required
Available options:
microsoft,
sftp,
aws_ses,
google,
postgresql,
internal_postgresql,
file_storage,
sharepoint_client_secret

Response

Credentials created 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