Accounts
Add Credential
Add or update connector credentials (API keys) for a specific account and connector.
Args: account_name: Name of the account connector_name: Name of the connector credentials: Dictionary containing the connector credentials
Returns: Success message when credentials are added
Raises: HTTPException: 400 if there's an error adding the credentials
post/accounts/add-credential/{account_name}/{connector_name}
Path parameters
account_namestring required
connector_namestring required
Request body
object required
Response
Successful Response
{"stackTrail":"paths:/accounts/add-credential/{account_name}/{connector_name}:post:responses:201:content:application/json:schema","oasType":"schema","type":"unknown"}