OHDSI Home | Forums | Wiki | Github

OHDSI on Azure

I have OHDSI on Azure running per the template. I cannot for the life of me figure out how to make API calls without getting a 401. I’m pretty sure I’m using basic (database) authentication. ATLAS works fine. I’m not sure what I’m missing.

It is Atlas authentication. I cannot figure out how to make an API call.

I figured it out. You need to the login_endpoint (/WebAPI/user/login/db) with username/password to get the token used in the API call.

t