Register Call

Register Call commands

Register the call for Google Verified Calls

Register the call before dialing to show your brand on callee's phone.

SecuritybearerAuth
Request
Request Body schema: application/json
required

Register call request

from
required
string

The DID that you will dial out from.

reason
required
string

The reason for call (this will be displayed on call recipient's device).

to
required
string

The DID that you will dial out to.

Responses
200

Successful response upon making a register call command.

Response Schema: application/json
object (Register Call Command Result)
result
string
default

Unexpected error

Response Schema: application/json
Array of objects (Error)
Array
code
required
string <int>
detail
string
meta
object
object
title
required
string
post/calls/register
Request samples
application/json
{
  • "from": "+15001340938",
  • "reason": "Confirm the Doctor appointment.",
  • "to": "+18005550100"
}
Response samples
application/json
{
  • "data": {
    • "result": "ok"
    }
}