Basic API Information
All requests to the API must be made using the HTTP POST
method. The request body should be a JSON payload with corresponding Content-Type Header set to application/json
. The JSON object should contain a query
key with a valid GraphQL query string as its value. Optionally, the object can contain a variables
key and a map of key/value pairs as its value if you wish to pass dynamic arguments to the query. The response will also be a JSON payload formatted to the GraphQL specification.