Rotation date
Twilio says the REST API end-user TLS certificate rotates on 9 September 2026.
Twilio · REST API · TLS rotation
A Twilio-backed cutover checklist for teams that may pin leaf certificates, maintain custom trust stores or route REST calls through infrastructure that could reject the 9 September 2026 certificate rotation.
Primary query: Twilio REST API TLS certificate rotation September 9 2026 certificate pinning · Updated 2026-09-07
Direct answer
Twilio says the end-user TLS certificate for all REST API endpoints will rotate on 9 September 2026. Most customers using normal platform trust chains or Twilio Helper Libraries should not need to act, but environments that pin the current leaf certificate or manage certificate trust manually can fail after rotation. The practical preflight is to find manual pinning or custom trust assumptions, test the official tls-test endpoint from every important runtime path, record the result, and remove brittle leaf-certificate dependencies before the cutover.
Practical sequence
Inventory Twilio REST callers, outbound proxies, service meshes, mobile or embedded clients and any custom TLS inspection layer that could hold a certificate assumption.
Search configuration and code for leaf-certificate fingerprints, serial numbers, pinned public keys or manually bundled Twilio endpoint certificates.
Run the official tls-test.twilio.com connection test from each important execution environment and record the HTTP/TLS result without sending credentials.
If a path fails, update the trust or pinning configuration so it relies on the supported certificate chain rather than the retiring leaf certificate.
Repeat the test after the change and keep a dated acceptance note for the 9 September cutover, with an owner for any unresolved exception.
Decision facts
Twilio says the REST API end-user TLS certificate rotates on 9 September 2026.
Twilio says customers using its Helper Libraries do not need to take action for the certificate rotation.
Twilio provides tls-test.twilio.com so customers can test connection compatibility before the rotation.
Boundaries
Free proof before paid workflow