Integrate customer portal into your application

curl -X POST \ https://connect.getseam.com/customers/create_portal \ -H "Authorization: Bearer $SEAM_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "is_embedded": false, "features": { "connect": { "exclude": false }, "organize": { "exclude": false }, "manage_devices": { "exclude": false } }, "customer_data": { "customer_key": "sample_customer_key", "property_listings": [ { "name": "Property 1", "property_listing_key": "property_1_id" } ] } }'
Embedding the Customer Portal as an iFrame
How it works
Step 1: Create a portal with is_embedded: true
is_embedded: trueStep 2: Embed the URL in an iFrame
Step 3: Refresh the link before it expires
Configuring which features are visible
Feature
What it controls
Embedding a single reservation view (deep links)
Localization
Branding and customization
Frequently asked questions
Last updated
Was this helpful?

