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" } ] } }'
Last updated
Was this helpful?

