News & Announcements User Community Developer Community

Welcome to the RingCentral Community

Please note the community is currently under maintenance and is read-only.

Search
Make sure to review our Terms of Use and Community Guidelines.
  Please note the community is currently under maintenance and is read-only.
Home » Developers
OAU-251 Am I building the body wrong?
Tags: errors
Aug 7, 2023 at 8:48am   •   2 replies  •  0 likes
Andy Miscuk
Sub GetAccessToken()
  Dim MyRequest As Object
  Dim strJWT As String
  Dim strURL As String
  Dim strBody As String
  Dim strEncode64Base As String
  Dim strClientSecret As String
  Dim strClientID As String

  strURL = "https://platform.devtest.ringcentral.com/restapi/oauth/token"
  strJWT = "ey....Shortened..cfA"
  strClientSecret = "Jn....Shortened..rg"
  strClientID = "Lj....Shortened..FA"

  strEncode64Base = EncodeBase64(strClientID & ":" & strClientSecret)
  Debug.Print strEncode64Base

  strBody = "grant_type=urn:ietf:params:oauth:grant-type:jwt-bearer&" & "assertion=" & strJWT
  Debug.Print "STRBODY: " & strBody

  Set MyRequest = CreateObject("WinHttp.WinHttpRequest.5.1")

  MyRequest.Open "POST", strURL, False
  MyRequest.SetRequestHeader "Content-Type", "application/x-www-form-urlencoded; charset=UTF-8"
  MyRequest.SetRequestHeader "Accept", "application/json"
  MyRequest.SetRequestHeader "Authorization", "Basic " & strEncode64Base
  MyRequest.Send strBody
  Debug.Print MyRequest.ResponseText
  Set MyRequest = Nothing
End Sub

Have I configured the account wrong?

is the Body wrong?

How should I format the body?

Thanks for any help you can provide.

Andy


1 Answer
answered on Aug 6, 2023 at 12:17am  

I found the issue. Mismatched credentials.......


 0



A new Community is coming to RingCentral!

Posts are currently read-only as we transition into our new platform.

We thank you for your patience
during this downtime.

Try Workflow Builder

Did you know you can easily automate tasks like responding to SMS, team messages, and more? Plus it's included with RingCentral Video and RingEX plans!

Try RingCentral Workflow Builder

PRODUCTS
RingEX
Message
Video
Phone
OPEN ECOSYSTEM
Developer Platform
APIs
Integrated Apps
App Gallery
Developer support
Games and rewards

RESOURCES
Resource center
Blog
Product Releases
Accessibility
QUICK LINKS
App Download
RingCentral App login
Admin Portal Login
Contact Sales
© 1999-2024 RingCentral, Inc. All rights reserved. Legal Privacy Notice Site Map Contact Us