Tribute Technology
Tribute Technology is a funeral-home technology company serving over 9,000 funeral homes across the US and Canada with obituary publishing, memorial websites, funeral-home management software, online payments (Tribute Pay), and e-commerce (flowers and personalized products) through the Tribute Store. For partners, Tribute Technology exposes the Tribute Store API - a partner-gated, REST-style JSON API that lets funeral-home case-management systems authenticate a funeral home, push its serving locations (rooftops), and push obituary cases that automatically provision a personalized Tribute Store page for each deceased. Access requires a Provider credential, an IP allowlist, and a per-funeral-home HostName/UserName/Password triple exchanged for a bearer token; there is no public self-service developer portal.
APIs
Tribute Store Authentication API
Exchange a funeral home's HostName/UserName/Password triple (scoped to your integrator Provider credential) for a short-lived HTML bearer token via POST /token/. The token ident...
Tribute Store Serving Locations API
Create or update funeral-home serving locations (rooftops) that obituaries attach to, retrieve a location by its Tribute Store serving-location id, list all locations, and list ...
Tribute Store Obituaries API
Push obituary cases - the deceased, obituary text, service events (visitation, service), and a base64 photo thumbnail - via POST /api/external-case/post, using your CaseId as an...