API Reference

API Reference

Web app that provides API to manage the cluster

Authentication

All requests must include Authorization header:

Authorization: {cluster_id} {cluster_secret}

Cluster secret can be obtained from sbcli

sbcli cluster get-secret CLUSTER_UUID

Find the full API collection on our Postman API project.