From e1acde2a1849cd9c087c58a5da89f04d8532bb21 Mon Sep 17 00:00:00 2001 From: ychung-mot Date: Fri, 25 Oct 2024 08:14:35 -0700 Subject: [PATCH] doc: calling api through gateway --- gateway/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gateway/README.md b/gateway/README.md index d1aa589f..97a63444 100644 --- a/gateway/README.md +++ b/gateway/README.md @@ -84,7 +84,7 @@ Refer to [Public Short-Term Rental Data API.pdf](./Public%20Short-Term%20Rental% ### Calling API -1. Get a token with client ID and secret. +Obtain an access token using your client ID and secret, then use it to call the API. In this example, we’re calling https://strdata.dev.api.gov.bc.ca/api/organizations/strrequirements ```sh export CLIENT_ID="your_client_id"