Last update:
January 30, 2024
Curl¶
To interact with the GraphQL API, use Curl commands:
By sending POST requests to the specified endpoint and including the necessary fields in the JSON body, you can retrieve the desired data. Here's an example of how to structure your Curl command to query the API.
Field | Description |
---|---|
query |
GraphQL query as a string. |
variables |
JSON object that defines variables for your query. |
operationName |
The name of the operation, if there are over one in the query. |
Sample query