S

Stellate Developer Portal

Dev portal for "upgrade-health"

GraphQL

GraphQL is a query language for APIs. You can use it to request the exact data you need and nothing more. This limits the number of requests you need, making GraphQL more efficient and flexible to use.

GraphQL APIs are strongly typed, and the type system determines what data can be queried. You can use queries to request data and mutations to modify data.

To learn more about GraphQL, we recommend reading Introduction to GraphQL

Authentication

To communicate with the API authentication is required. The uses API keys for request authentication. You can access and manage your API keys below.

Authentication to the API is performed by setting the Stellate-Api-Tokenheader to API key token for every request.

The endpoint is located at https://stellate.upgradehealth.com

API playground

Explore and learn using GraphiQL. The playground is an interactive, in-browser application that can be used to explore the GraphQL API.Sign up or sign in to start exploring the GraphQL API.