Which protocol is used by the REST API?
REST APIs use HTTP as the application-layer protocol for requests and responses. HTTPS is HTTP protected by TLS/SSL, whereas SSL itself is not the REST API protocol.
Community Discussion