Shibumi exposes create, read, update, and delete capabilities through its GraphQL API.
GraphQL is a standard for communicating between a client and a server via HTTP, with goals similar to REST. Unlike REST, however, GraphQL exposes a rich language clients can use to describe the data they’re fetching. The structure of the data exposed by GraphQL is captured in a schema.
The Shibumi GraphQL API documentation is available here.
The GraphQL API can be accessed by appending /support-graphiql after the first set of alphanumeric characters in your solution URL.