Getting Started with Branded Communication APIs

Overview

This section details a sequence of API requests to quickly create all the necessary elements to initiate an INFORM Program.

Included Endpoints

StepEndpointPath Parameters
Request Authentication Tokenv1/auth
Register Businessexchange/v1/businesses
Check Business Registration Statusexchange/v1/businesses/{businessId}businessId
Add Business Unitexchange/v1/businesses/{businessId}/business-unitsbusinessId
Create Programexchange/v1/businesses/{businessId}/business-units/{businessUnitId}/programsbusinessId
businessUnitId
Create New CallerName Delivery Channelexchange/v1/businesses/{businessId}/business-units/{businessUnitId}/programs/{programId}/delivery-channels/callerNamebusinessId
businessUnitId
programID
deliveryChannelType (callerName)
Create New Program Scheduleexchange/v1/businesses/{businessId}/business-units/{businessUnitId}/programs/{programId}/schedulesbusinessId
businessUnitId
programID
Add New CallerName aNumberexchange/v1/businesses/{businessId}/business-units/{businessUnitId}/programs/{programId}/delivery-channels/callerName/a-numbersbusinessId
businessUnitId
programID
deliveryChannelType (callerName)
Optional:
Pre-Call Program Content Prep
exchange/v1/calls/push

API Call Sequence Diagram

The Following sequence diagram details the API requests necessary, and in what order, to register your business and start branding your calls after you've had your business approved.

1456

Sequence Diagram to Register a Business and Brand Calls once it is Approved

Now check out the API Reference Page and plug in your own variables!