web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Small and medium business | Business Central, N...
Unanswered

sending bearer token authentication in external API from NAV C/AL code

(0) ShareShare
ReportReport
Posted on by 25

Hello All,

I am trying to use an API which is authenticated using bearer token. I have managed to generate access token from the provided API but How do I send the generated access token to another API for accessing its data. Below is the code :- 


HttpClient.BaseAddress := Uri.Uri(provide base url);
HttpResponseMessage := HttpClient.PostAsync(provided api path,HttpContent).Result;
HttpResponseMessage.EnsureSuccessStatusCode();
result := HttpResponseMessage.Content.ReadAsStringAsync.Result;
MESSAGE(FORMAT(result.ToString));

Any help would be appreciated.

Thanks

I have the same question (0)
  • Alexei Pavlov Profile Picture
    20 on at

    I think you should use request header "Authentication" with "Bearer TOKEN_HERE".

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > Small and medium business | Business Central, NAV, RMS

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 2,664

#2
YUN ZHU Profile Picture

YUN ZHU 960 Super User 2025 Season 2

#3
Jainam M. Kothari Profile Picture

Jainam M. Kothari 773 Super User 2025 Season 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans