In this section, we explain how to establish connectivity and provide details
on the API design patterns and security model.
API communication details
Communication with the Carriers API involves transport layer and
application layer security. The transport layer
uses TLS to secure HTTP requests (HTTPS) and the
application layer uses
either PGP or
JWE encryption.
In addition, our Protocol standards to find details on
our API design patterns and strategy for maintaining a robust connection with
partners.
Key exchanges
Encryption keys need to be rotated before they expire or if they are
compromised. As part of your implementation, you need to have a process for
managing these exchanges.
To ensure key rotations do not cause temporary outages or require significant
management overhead, Carriers partners must support the use
of multiple encryption keys at once. During a key rotation, a second key will
be trusted and verified to be working correctly before the old key is removed.
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-03 UTC.
[null,null,["Last updated 2024-12-03 UTC."],[[["This section details how to establish and secure connectivity with the Carriers API, covering both transport and application layer security."],["The Carriers API utilizes TLS for transport layer security (HTTPS) and offers PGP or JWE for application layer encryption."],["You can find information on API design patterns and maintaining robust connections in the Protocol Standards section."],["Secure key exchange and rotation processes are essential, with partners needing to support multiple encryption keys simultaneously to prevent outages."],["Failure to support multiple keys during rotation will be considered a critical issue hindering launch."]]],["The Carriers API uses TLS for transport layer security (HTTPS) and either PGP or JWE for application layer security. Partners must establish a process for managing encryption key rotations, which should occur before key expiration or compromise. Multiple encryption keys must be supported concurrently to prevent outages during rotations; failure to do so is a launch-blocking issue. API design patterns and protocol standards are also detailed, for robust connectivity with partners.\n"]]