Skip to main content
Question

How to access service account

  • May 21, 2025
  • 1 reply
  • 22 views

Forum|alt.badge.img

Hi ,

 

I am building Box platform application.  My box app is using server-to-server authentication with OAuth 2.0 and JSON Web Tokens (JWT). I can make API call as AdminClient and AppUserClient. However, how do I make API requests through app's Service Account? Especially, how do I get the so-called enterprse token?

 

By the way, I am using C# building Box app.

 

Thanks for your help!

 

1 reply

Forum|alt.badge.img

Good Morning ,

 

when you do a call with the AdminClient method you are obtaining the Service Account associated to the application you are using. 🙂

 

Thanks