/v2 prefix identifies the API family. It does not imply that every product or operation has the same release lifecycle.
Source of truth
Use these sources in order:- The current API reference for available operations and schemas.
- Product guides for provisioning, lifecycle, and migration requirements.
- Telnyx release notes or migration guides linked from the affected product documentation.
- The consolidated OpenAPI specification for machine-readable REST contracts.
Track API changes
Telnyx release notes cover updates across all Telnyx products and services; they are not an API-only deprecation log. Filter the release notes by product, then confirm request and response contracts in the affected product guide and API reference.- Subscribe by email from the release notes page.
- Subscribe to the release notes RSS feed for automated update monitoring.
- Subscribe to Telnyx Status for service incidents and scheduled maintenance. Status notifications describe operational availability, not API lifecycle changes.
Deprecation handling
When a page or operation is marked deprecated:- Identify the documented replacement.
- Compare request and response schemas rather than changing only the URL.
- Update error handling, webhook consumers, and SDK method calls affected by the migration.
- Test against the replacement before removing the old integration.
- Complete migration before the announced retirement date.