Create Customer Portal
Creates a new customer portal magic link with configurable features.
Request Parameters
customer_data
Object
features
Object
is_embedded
Boolean
Whether the portal is embedded in another application.
Response
{
"building_block_type": "connect_accounts",
"created_at": "2025-06-16T16:54:17.946594Z",
"customer_key": "My Company",
"expires_at": "2025-06-17T16:54:17.946594Z",
"url": "https://se.am/1234",
"workspace_id": "67c58f1f-f148-4415-a63c-dc6c145c6b91"
}
Last updated
Was this helpful?