diff --git a/python/Auth0/README.md b/python/Auth0/README.md index 8783456..f595b62 100644 --- a/python/Auth0/README.md +++ b/python/Auth0/README.md @@ -15,7 +15,8 @@ ___ - [Mailchimp](https://mailchimp.com/help/about-api-keys/#:~:text=To%20generate%20an%20API%20key%2C%20follow%20these%20steps) - [AudienceID](https://mailchimp.com/help/find-audience-id/) -- [Auth0](https://auth0.com/docs/secure/tokens/access-tokens/get-management-api-access-tokens-for-testing#get-access-tokens-manually) (read:users read:user_idp_tokens) +- [Auth0](https://auth0.com/docs/secure/tokens/access-tokens/get-access-tokens#:~:text=Get%20Access%20Tokens-,Get%20Access%20Tokens,-To%20access%20your) (read:users read:user_idp_tokens) \ +The data collection process is easier if you create an application in the auth0 panel and then go to the "Quickstart" tab. Properly labeled data will be in the sample request. - [Stripe](https://dashboard.stripe.com/test/apikeys) (event_read customer_read customer.created) Now open config.json file and fill all the empty spaces with the information you got. mailchimp_server is everything after "-" in mailchimp's API key eg. "us21". diff --git a/python/ChimpInsert/README.md b/python/ChimpInsert/README.md index cde765c..072a05f 100644 --- a/python/ChimpInsert/README.md +++ b/python/ChimpInsert/README.md @@ -15,7 +15,8 @@ ___ - [Mailchimp](https://mailchimp.com/help/about-api-keys/#:~:text=To%20generate%20an%20API%20key%2C%20follow%20these%20steps) - [AudienceID](https://mailchimp.com/help/find-audience-id/) -- [Auth0](https://auth0.com/docs/secure/tokens/access-tokens/get-management-api-access-tokens-for-testing#get-access-tokens-manually) (read:users read:user_idp_tokens) +- [Auth0](https://auth0.com/docs/secure/tokens/access-tokens/get-access-tokens#:~:text=Get%20Access%20Tokens-,Get%20Access%20Tokens,-To%20access%20your) (read:users read:user_idp_tokens) \ +The data collection process is easier if you create an application in the auth0 panel and then go to the "Quickstart" tab. Properly labeled data will be in the sample request. - [Stripe](https://dashboard.stripe.com/test/apikeys) (event_read customer_read customer.created) Now open config.json file and fill all the empty spaces with the information you got. mailchimp_server is everything after "-" in mailchimp's API key eg. "us21". diff --git a/python/Stripe/README.md b/python/Stripe/README.md index 604ba8c..42c928d 100644 --- a/python/Stripe/README.md +++ b/python/Stripe/README.md @@ -15,7 +15,8 @@ ___ - [Mailchimp](https://mailchimp.com/help/about-api-keys/#:~:text=To%20generate%20an%20API%20key%2C%20follow%20these%20steps) - [AudienceID](https://mailchimp.com/help/find-audience-id/) -- [Auth0](https://auth0.com/docs/secure/tokens/access-tokens/get-management-api-access-tokens-for-testing#get-access-tokens-manually) (read:users read:user_idp_tokens) +- [Auth0](https://auth0.com/docs/secure/tokens/access-tokens/get-access-tokens#:~:text=Get%20Access%20Tokens-,Get%20Access%20Tokens,-To%20access%20your) (read:users read:user_idp_tokens) \ +The data collection process is easier if you create an application in the auth0 panel and then go to the "Quickstart" tab. Properly labeled data will be in the sample request. - [Stripe](https://dashboard.stripe.com/test/apikeys) (event_read customer_read customer.created) Now open config.json file and fill all the empty spaces with the information you got. mailchimp_server is everything after "-" in mailchimp's API key eg. "us21".