Automation Hub
API for Automation Hub configuration and shareable link management
Overview
Hub Settings
Get Settings
curl -XGET "http://[API-URL]/automation-hub/settings" \
-H "Authorization: Bearer [ACCESS_TOKEN]"{
"id": "default",
"settings": {
"sharing": {
"allowedEmails": [ // Only visible to admin users
"[email protected]",
"[email protected]"
]
},
"theme": {
"primaryColor": "#007bff",
"logoUrl": "https://example.com/logo.png"
},
"customField": "any-value" // Settings support flexible schema
},
"createdAt": "2026-01-15T10:30:00.000Z",
"updatedAt": "2026-04-20T14:45:00.000Z"
}{
"id": "default",
"settings": {},
"createdAt": null,
"updatedAt": null
}Update Settings
Request Body
Name
Type
Description
Delete Settings
Shareable Links
Architecture
Request Login
Request Body
Name
Type
Description
Activate Link
Query Parameters
Name
Type
Description
Refresh Link
Request Body
Name
Type
Description
Configuration
Environment Variables
Email Configuration
Activation Link Settings
Rate Limiting
Use Cases
Public Marketplace Access
Custom Hub Theming
Programmatic Allow List Management
Security
Email Allow List
Rate Limiting
Activation Link Security
Virtual Users
Audit Logging
Error Handling
Common Errors
Email Sending Failures
Last updated
Was this helpful?
