Skip to content

Testing Access to an Unrestricted Query

Unrestricted queries do not require authentication in order to be run. Begin testing access to OtterTax by trying to execute an unrestricted query to ensure that any problems you have are not because of authorization or authentication. In the URL of your GUI client, enter

https://sandbox.ottertax.com/v2/graphql

(shown in red below). In the query panel, enter

{ greeting { response errors } }

(shown in blue). Click the Send Request button. If you see "Hello, there!" in the response string (shown in green), your GUI client is working correctly.

Screenshot: unrestricted query
An Unrestricted Query