From 8f1d9f3c10303e466f63a41296767eeaf4a6467e Mon Sep 17 00:00:00 2001 From: sbansla <104902068+sbansla@users.noreply.github.com> Date: Thu, 3 Oct 2024 19:25:11 +0530 Subject: [PATCH] chore: updated readme with Orgs example (#818) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 669269952..b91657b86 100644 --- a/README.md +++ b/README.md @@ -220,7 +220,8 @@ public class Example { We are introducing Client Credentials Flow-based OAuth 2.0 authentication. This feature is currently in `beta` and its implementation is subject to change. -Detailed examples [here](https://github.com/twilio/twilio-java/blob/main/examples/FetchMessageUsingOAuth.md) +- API examples [here](https://github.com/twilio/twilio-java/blob/main/examples/FetchMessageUsingOAuth.md) +- Organisation API examples [here](https://github.com/twilio/twilio-java/blob/main/examples/BearerTokenAuthentication.md) ### Iterate through records