---
title: "Initiate Click to Call"
method: POST
path: "/v1/click_to_call"
---

# Initiate Click to Call

`POST /v1/click_to_call`

This API allows you to use click to call.

## Headers

- `Authorization` string, required

## Request body

- object
  - `agent_number` string, required — ID of the Smartflo agent who will receive the call
  - `destination_number` string, required — Number of the client that needs to be called
  - `caller_id` string, required — Caller ID that is shown to the called party.
  - `async` integer, required — Make multiple calls symultaneously, i.e don't wait for agent to pick up the call before sending back the response
  - `call_timeout` integer — With the help of this request variable you can limit the time of the call. Call will auto disconnect after provided seconds have been reached in call duration.
  - `custom_identifier` string — Note: The parameter name is flexible and can be modified based on the specific use case.

## Response `200`

200

- object

## Other responses

- `400` — 400

---

[API](https://skmtc.net/tatatelebusiness/apis/smartflo-base-api-config.md) · [All operations](https://skmtc.net/tatatelebusiness/apis/smartflo-base-api-config/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tatatelebusiness/smartflo-base-api-config/revisions/6d23fb7bf7e1/schema)
