---
title: "Make an outbound call"
method: POST
path: "/api/v1/Account/{auth_id}/Call/"
tags: ["Calls"]
---

# Make an outbound call

`POST /api/v1/Account/{auth_id}/Call/`

Initiate an outbound call to a PSTN number or SIP endpoint.
Use `<` to separate multiple destinations (max 1000).

## Path parameters

- `auth_id` string, required

## Request body

- object
  - `from` string, required
  - `to` string, required
  - `answer_url` string, required
  - `answer_method` string, required

## Response `200`

Call initiated

- object
  - `api_id` string, required
  - `message` string, required
  - `request_uuid` string, required

---

[API](https://skmtc.dev/vobiz/apis/vobiz-api.md) · [All operations](https://skmtc.dev/vobiz/apis/vobiz-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vobiz/vobiz-api/revisions/863f08cd6737/schema)
