Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Retell AI Phone Number API

The Phone Number API from Retell AI — 6 operation(s) for phone number.

Retell AI Phone Number API is one of 11 APIs that Retell AI publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

Tagged areas include Phone Number. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, an AsyncAPI specification, and rate-limit docs.

This API exposes 6 operations across 6 paths, and defines 4 schemas. It is described by OpenAPI 3.0.1, at version 2.0.

Requests are made against a single base URL, https://api.retellai.com.

6 operations 6 paths 4 schemas 1 DELETE2 GET1 PATCH2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
2.0
Base URL
https://api.retellai.com
Authentication
HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 1

Retell AI Phone Number API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (apiKey) (api_key). By default, every request must be authenticated.

  • api_key — Retell API key, sent as: Authorization: Bearer

Paths & Operations 6

Across 6 paths, the API surfaces 6 operations — 1 DELETE, 2 GET, 1 PATCH, 2 POST. Each is listed below with its method, path, parameters, and response codes.

Phone Number 6
POST
/create-phone-number
Buy a phone number.
createPhoneNumber body → 201
POST
/import-phone-number
Import an existing phone number.
importPhoneNumber body → 201
GET
/get-phone-number/{phone_number}
Retrieve a phone number.
getPhoneNumber 1 param → 200
GET
/list-phone-numbers
List phone numbers.
listPhoneNumbers → 200
PATCH
/update-phone-number/{phone_number}
Update a phone number.
updatePhoneNumber 1 param body → 200
DELETE
/delete-phone-number/{phone_number}
Delete (release) a phone number.
deletePhoneNumber 1 param → 204

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are PhoneNumberResponse (7 properties), ImportPhoneNumberRequest (7 properties), CreatePhoneNumberRequest (5 properties), UpdatePhoneNumberRequest (3 properties). Each schema is shown below with its type and property counts.

UpdatePhoneNumberRequest
object
3 properties
ImportPhoneNumberRequest
object
7 properties 1 required
PhoneNumberResponse
object
7 properties
CreatePhoneNumberRequest
object
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

retell-phone-number-api-openapi.yml Raw ↑

Other APIs Retell AI publishes across the network.

Retell AI Agent API
Retell AI Batch Call API
Retell AI Call API
Retell AI Concurrency API
Retell AI Conversation Flow API
Retell AI Knowledge Base API
Retell AI Phone Call API
Retell AI Retell LLM API
Retell AI Voice API
Retell AI Web Call API