Get a Call

GET /v1/voice-otp/calls/{id} - status, duration and cost of one voice OTP call.

Get a Call

GET https://voice-api.edesy.in/v1/voice-otp/calls/{id}

Returns one call by the id from the send response, including its current status.

Statuses

Status Meaning
pending, initiated, ringing, answered Call in progress
delivered The call was answered and the code was read out
no-answer The user did not answer
busy The line was busy
failed The call could not be placed
expired The call did not complete in time

Returns 404 not_found for an unknown id.