{
"data": {
"id": "7f8a9b1c-2d3e-4f5a-6b7c-8d9e0f1a2b3c",
"status": "active",
"expires_at": "2024-05-15T10:00:00Z",
"url": "https://app.kapso.ai/whatsapp/setup/aBcD123xyz456def789",
"success_redirect_url": "https://your-app.com/new-success",
"failure_redirect_url": "https://your-app.com/new-failure",
"allowed_connection_types": [
"coexistence",
"dedicated"
],
"theme_config": {
"primary_color": "#10b981",
"background_color": "#f9fafb"
},
"created_at": "2024-02-15T10:00:00Z"
}
}Update an existing setup link’s configuration. Can be used to modify redirect URLs, theme settings, connection types, status, or expiration.
{
"data": {
"id": "7f8a9b1c-2d3e-4f5a-6b7c-8d9e0f1a2b3c",
"status": "active",
"expires_at": "2024-05-15T10:00:00Z",
"url": "https://app.kapso.ai/whatsapp/setup/aBcD123xyz456def789",
"success_redirect_url": "https://your-app.com/new-success",
"failure_redirect_url": "https://your-app.com/new-failure",
"allowed_connection_types": [
"coexistence",
"dedicated"
],
"theme_config": {
"primary_color": "#10b981",
"background_color": "#f9fafb"
},
"created_at": "2024-02-15T10:00:00Z"
}
}