POST
/
init
인바운드 통화 웹훅
curl --request POST \
  --url https://api.tryvox.co/functions/v1/init \
  --header 'Content-Type: application/json' \
  --data '{
  "call_from": "<string>",
  "call_to": "<string>"
}'
{
  "result": {
    "name": "<string>",
    "bod": "2023-12-25",
    "email": "jsmith@example.com",
    "call_from": "<string>",
    "call_to": "<string>",
    "timestamp": "2023-11-07T05:31:56Z"
  }
}

Body

application/json

발신 번호와 수신 번호를 포함하는 JSON 페이로드

The body is of type object.

Response

200
application/json

유저 정보 조회 성공

The response is of type object.