---
title: "Create Call"
method: POST
path: "/v1/vin/calls"
tags: ["integrations > vin"]
---

# Create Call

`POST /v1/vin/calls`

Create a call

## Headers

- `Authorization` string, required
- `X-Account-Token` string, required

## Request body

- object
  - `leadId` string, required
  - `customerId` string, required
  - `dealerId` string, required
  - `phoneNumber` string, required
  - `note` string, required
  - `customerContactedCode` TypesVinCustomerContactedCodes, required — unresolved $ref
  - `numberDialedCode` TypesVinNumberDialedCodes, required — unresolved $ref
  - `nextCallTimeFrame` integer, required — The number of days, hours, or months to wait before the next call.
  - `nextCallTimeSpanType` TypesVinNextCallTimeSpanTypes, required — unresolved $ref
  - `outbound` boolean, required — Whether the call is outbound or inbound. If inbound, customer contacted code must be Yes.

## Response `200`

Response with status 200

- TypesCreateVinCallResponse — unresolved $ref

## Other responses

- `400` — Error response with status 400
- `401` — Error response with status 401
- `404` — Error response with status 404
- `500` — Error response with status 500

---

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