Skip to main content

Fake Call

Endpoint: {{baseUrl}}/call

Method: POST
Category: Call


📝 Description

This endpoint is used to fake call. You must include a valid access_token in the headers.


🔐 Headers

  • Authorization: Bearer {{access_token}}

📥 Request Parameters

  • phone: required, type str
  • callDuration: required, type int
  • instance_id: required, type str

📦 Example Request Body

{
"phone": "{{phoneNumber}}",
"callDuration": 5,
"instance_id": "{{instanceId}}"
}