Endpoints
Unlike REST APIs which usually have many endpoints, the Cloudshelf API only has one.
All requests are sent to the same endpoint as a POST HTTP request, and the operation to perform is specified in the body of the request in the form of a GraphQL query or mutation.
If required, You can execute multiple queries and mutations in a single request.
The endpoint remains constant, no matter what operation you perform. The only thing that changes is the body of the request.
API Endpoint
#
Previous
Starting Point
Next
Authentication