Get a number by ID
This endpoint documentation is generated directly from openapi.yaml.
Endpoint
GET /bird/numbers/{id}
Operation
Operation ID: birdGetNumber
Get a number by ID
Authentication
Security requirements:
Scheme | Scopes |
|---|---|
BearerAuth | - |
Parameters
Name | In | Required | Type | Description |
|---|---|---|---|---|
workspaceId | query | no | string | Bird Workspace identifier (optional if configured) |
id | path | yes | string |
Responses
Status | Description | Content Types |
|---|---|---|
200 | Number details | application/json |
Schema for response 200 (application/json):
{
"$ref": "#/components/schemas/BirdNumberSingleResponse"
}
17 March 2026