Regal · Example Payload

Regal Post Branded Phone Number Example

AIAI AgentsVoice AIContact CenterOutbound CallingInbound CallingPhone AgentsSMSChatWebRTCConversation IntelligenceJourney OrchestrationBranded Caller IDCCaaSCPaaSSales DialerCustomer Engagement

Regal Post Branded Phone Number Example is an example object payload from Regal, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "POST",
    "url": "https://api.regal.ai/v1/brandedPhoneNumbers",
    "headers": {
      "Authorization": "Bearer YOUR_REGAL_API_KEY",
      "Content-Type": "application/json"
    },
    "body": {
      "phoneNumber": "+18005550100",
      "businessProfileId": "bp_01HZ0000000001",
      "brandingNameShort": "Acme",
      "brandingNameLong": "Acme Customer Care",
      "internalName": "Acme Care Line",
      "reportingGroup": "support",
      "carrierFeatures": [
        { "carrier": "att", "brandedCallerId": true, "spamRemediation": true },
        { "carrier": "verizon", "brandedCallerId": true }
      ]
    }
  },
  "response": {
    "status": 201,
    "body": {
      "phoneNumber": "+18005550100",
      "businessProfileId": "bp_01HZ0000000001",
      "carrierFeatures": [
        { "carrier": "att", "brandedCallerId": true, "spamRemediation": true, "status": "submitted.optIn" },
        { "carrier": "verizon", "brandedCallerId": true, "status": "submitted.optIn" }
      ]
    }
  }
}