Create Connector Authentication
Create Connector authentication in your own SaaS product for Locoia Connectors.
Create authentication
{
"connector_id": "some uuid4 of the corresponding connector",
"name": "Test Name",
"auth_type": "username_password",
"auth_token": "",
"auth_details": "",
"api_endpoint": "sftp://user:password@server_ip/path",
"user_input": {},
"username": "user123",
"password": "password123",
"tags": [
"Example Tag",
"Customer XYZ"
]
}Update authentication
Get authentication information
Delete authentication
Limiting access via permissions
Last updated
Was this helpful?