Contact
Web

REST API

An architectural style for designing networked applications using HTTP methods (GET, POST, PUT, DELETE) to operate on resources identified by URLs. The dominant API pattern for web services, simpler than SOAP but less flexible than GraphQL.

Related Resources