Quarterly Call Centers/IVR Banking Transactions (Volume)
Retrieve data for quarterly call centers/ivr banking transactions (volume).
GET/3.0/alternate/ivr-banking-quarterly-volume
Request
Authentication
- Type: Bearer Token
- Required: Yes
Parameters
This endpoint does not accept any query parameters.
Response
Success Response (200)
{
"status": "ok",
"data": [
{
"period": "Nov 2023",
"value": 0.015
},
{
"period": "Oct 2022",
"value": 0.02
}
]
}
Response Fields
| Field | Type | Description |
|---|---|---|
period | string | Period identifier (e.g., "Q1 2023") |
value | numeric | Volume (in billions) |
Error Responses
For detailed Common Error responses, see the Error Handling.
Examples
GET Quarterly Call Centers/IVR Banking Transactions (Volume)
curl -X GET "https://csapis.com/3.0/alternate/ivr-banking-quarterly-volume" -H "Authorization: Bearer YOUR_API_TOKEN"
Use Cases
- Data analysis
- Dashboard / metrics