File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
website/pages/en/querying Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,18 @@ Learn more about querying from an application [here](/querying/querying-from-an-
1818As you can notice, this query URL must use a unique API key. A bearer token can also be used to authenticate the query.
1919
2020Update the query path:
21+
2122```bash
2223../api/${api_key}/deployments/... -> ../api/deployments/...
2324```
25+
2426Add the authorization header:
27+
2528```bash
2629authorization: Bearer ${api_key}
2730```
28- Replace ${api_key} with your actual API key.
31+
32+ Replace `${api_key}` with your actual API key.
2933
3034You can create and manage your API keys in the [Subgraph Studio](https://thegraph.com/studio) in the " API Keys" section. Learn more about how to use Subgraph Studio [here](/deploying/subgraph-studio).
3135>>>>>>> fe7713d0 (Add instructions for adding bearer token to API requests)
You can’t perform that action at this time.
0 commit comments