Get call by id
This endpoint retrieves all calls by a customer ID. It is used to fetch details of calls made by a customer.
GET
/v1/call/customer/{id}authorization<token>
To get an API key, please contact us. We'll be happy to help you.
In: header
Path Parameters
idstring
Customer id query parameter
Format
uuidResponse Body
application/json
application/json
curl -X GET "http://localhost:4008/v1/call/customer/497f6eca-6276-4993-bfeb-53cbbbba6f08"[
{
"id": "64eda14c-9775-4a48-966d-182e3d3095a0"
}
]null