Getting Started
Querying with Curl
#
To programatically query our API, we recommend the following:
- Create a .graphql file containing the desired query:
- Clean up the string and remove spaces:
- Execute the following command:
Or to include the query directly in the shell:
Previous
Using the API Playground
Next
Query Using Postman