Copenhagen Truck Wash API Help

Create/place a voice call via Bird

This endpoint documentation is generated directly from openapi.yaml.

Endpoint

POST /bird/voice/calls

Operation

Operation ID: birdCreateVoiceCall

Create/place a voice call via Bird

Authentication

Security requirements:

Scheme

Scopes

BearerAuth

-

Parameters

Name

In

Required

Type

Description

workspaceId

query

no

string

Bird Workspace identifier (falls back to module configuration if omitted)

channelId

query

no

string

Bird Channel identifier (falls back to module configuration if omitted)

Request Body

Required: yes.

Content type: application/json

{ "additionalProperties": true, "properties": { "from": { "description": "E.164 phone number of the caller (sender)", "example": "+4599988877", "type": "string" }, "to": { "description": "E.164 phone number of the callee", "example": "+4511122233", "type": "string" } }, "type": "object" }

Responses

Status

Description

Content Types

200

Call created

application/json

Schema for response 200 (application/json):

{ "$ref": "#/components/schemas/BirdVoiceCallSingleResponse" }
17 March 2026