Skip to main content
POST
/
call
/
upsert_batch
{
  "res": [
    {
      "id": "<string>",
      "trace_id": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
batch
Batch · array
required
  • CallBatchStartMode
  • CallBatchEndMode

Response

Successful Response

res
Res · array
required
  • CallStartRes
  • CallEndRes
I