Applied Systems
Applied Systems is a leading global provider of cloud-based software for the business of insurance, best known for the Applied Epic agency management system (plus TAM, Applied CSR24, and related products). Applied exposes a RESTful developer platform for Applied Epic through the Applied Dev Center at devcenter.myappliedproducts.com, superseding the older Applied Epic SDK. The APIs let certified partners and agencies read and write core Epic data - clients/accounts, policies, contacts, attachments, and activities - over OAuth 2.0. Access is gated: developers register, build and test an app against a sandbox, then submit a production request (name, email, organization, enterprise ID, and Epic database name) that Applied must approve before production credentials are issued. Base URL for the platform is https://api.myappliedproducts.com.
APIs
Applied Epic Clients (CRM) API
Read Applied Epic client (account) records - client lookup, benefits data such as employee counts and HIPAA compliance, and identifiers used for VoIP caller identification. Conf...
Applied Epic Policies API
Retrieve the policies attached to an Epic client. Confirmed endpoint GET /policy/v1/clients/{clientId}/policies is documented in third-party integration guides, returning covera...
Applied Epic Contacts API
Centralize contact data for clients, prospects, carriers, and vendors, with filtering by classification, email, or account for sales and service teams. Named in Applied's own AP...
Applied Epic Attachments API
Manage documents across Epic workflows - retrieve active attachments on a client account, upload call recordings and transcripts to accounts or activities, access proof-of-insur...
Applied Epic Activities API
Work with Epic activities - the actions and follow-up reminders tracked against each account. The legacy Applied Epic SDK exposed activity insert operations; the modern REST sur...