Request Callback Status

post
https://{organization_id}.scheduler-rt.getmindful.com
/api/organization/{widget_id}/callback_status
contact_number
string
required

The customer phone number that the system uses to identify the callback request and its status

Successful request

responses
/
200
data
array[CallObjectCBStatus]
contact_uri
string

The URI (Uniform Resource Identifier) associated with the callback request's contact number

callback_number
string

The callback will be placed to this customer contact number.

call_request_id
string

The system-generated identification number for the callback request

type
string

Differentiates between an ASAP callback and a scheduled callback

created_at
string

The 10-digit Unix time stamp representing the time the callback request was created

estimated_for
string

The 10-digit Unix time stamp representing the time at which the system estimates the callback will be launched

forecast_waitlist_position
string

If the callback is waitlisted, this is the customer's predicted position in the internal waitlist as the callback waits to be dialed.

estimated_wait_time
string

Estimated time, in seconds, before the callback will be launched

source
string

Confirms the source of the callback request

call_target_id
string

This number identifies which Call Target is associated with the callback request.

status
string

Identifies the current status of the callback request

Body
Response Example
1
{
2
"data": [
3
{
4
"contact_uri": "string",
5
"callback_number": "string",
6
"call_request_id": "string",
7
"type": "string",
8
"created_at": "string",
9
"estimated_for": "string",
10
"forecast_waitlist_position": "string",
11
"estimated_wait_time": "string",
12
"source": "string",
13
"call_target_id": "string",
14
"status": "string"
15
}
16
]
17
}