Logo PopinaPopina API

Get call by id

This endpoint retrieves a call by its ID. It is used to fetch details of a specific call made by a customer.

GET/v1/call/{id}
authorization<token>

To get an API key, please contact us. We'll be happy to help you.

In: header

Path Parameters

idstring

Call id query parameter

Formatuuid

Response Body

application/json

curl -X GET "http://localhost:4008/v1/call/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "id": "64eda14c-9775-4a48-966d-182e3d3095a0"
}