From 72bee1ec86c3e25ef2117e9afdfcea0d612c218a Mon Sep 17 00:00:00 2001 From: Andy Grimm Date: Mon, 9 Dec 2024 08:20:52 -0500 Subject: [PATCH] Update Pendo API doc URL in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e8de21..73c2700 100644 --- a/README.md +++ b/README.md @@ -216,7 +216,7 @@ curl https://www.deviantart.com/oauth2/token -d grant_type=client_credentials -d curl https://www.deviantart.com/api/v1/oauth2/placebo -d access_token=Alph4num3r1ct0k3nv4lu3 ``` -## [Pendo Integration Key](https://help.pendo.io/resources/support-library/api/index.html?bash#authentication) +## [Pendo Integration Key](https://engageapi.pendo.io/#getting-started) ``` curl -X GET https://app.pendo.io/api/v1/feature -H 'content-type: application/json' -H 'x-pendo-integration-key:KEY_HERE' curl -X GET https://app.pendo.io/api/v1/metadata/schema/account -H 'content-type: application/json' -H 'x-pendo-integration-key:KEY_HERE'