Authenticate User using REST API using C# - from server side

Hey @crajeevc,

It sounds like you should use the JWT flow instead of the OAuth flow.

Simply generate a JWT Token here and pass it in as the Authorization Bearer:

Thanks,
Tommy