Give it a go on our Playground.
X-API-Key
header from <ENTER_YOUR_KEY_HERE>
to the value of your API Token.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
.X-API-Key
header to your HTTP call with the value of an API Token in order for the introspection to work.