For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
AcademyContact SalesHelp CenterDashboard
DocumentationAPI ReferenceIntegrationsAdministrationChangelog
DocumentationAPI ReferenceIntegrationsAdministrationChangelog
LogoLogo
AcademyContact SalesHelp CenterDashboard

Changelog

Stay up to date with the latest changes to Synthflow.
January 22, 2026
January 22, 2026
Was this page helpful?
Previous

January 6, 2026

Next
Built with

Phone Numbers API enhancements

New endpoints have been added and existing endpoints have been updated for managing phone numbers.

New endpoints:

EndpointTitle
GET /numbers/{phone_number_slug}Get a phone number
POST /custom-numbersImport phone number
PATCH /numbers/{phone_number_slug}Update a phone number
DELETE /numbers/{phone_number_slug}Delete a phone number
  • Get a phone number: Retrieve detailed information about a specific phone number, including SIP configuration, capabilities, and attached assistants.
  • Import phone number: Import custom phone numbers for direct SIP dialing scenarios.
  • Update a phone number: Modify phone number configuration including friendly name and SIP settings.
  • Delete a phone number: Remove a phone number from your workspace. For purchased phone numbers, this also cancels the monthly subscription.

Updated endpoints:

EndpointTitle
GET /numbersList phone numbers
  • List phone numbers: Now includes pagination information (total_records, limit, offset) in the response.