https://api.{YOUR_PANTHER_DOMAIN}/public/graphql
. https://api.acme.runpanther.net/public/graphql
.X-API-Key
and its value should always be a valid API Token that you generated through the Panther UI.POST.
POST
's body.POST
operation always contains the following keys:query
- a GraphQL string defining the GraphQL operation that should be executedvariables
- an optional set of variables that will be passed along to the queryoperationName
- an optional "nickname" for this operationPOST
.