Login/authentication API for owncloud

hey i am looking for authentication api. want to log in a user via api .

i can found this but https://user:password@yourowncloud.com/ocs/v1.php/apps/yourapp

but it doesnt work

I think you need to create an app password for it to work. At least that’s how I remember getting it to work for me one time (it’s been a while…).

Have you done any testing, for example with curl? And what are the return codes you are receiving?

1 Like

yes i have done testing it doesnt work. why do we need password for an api to work. i have created own cloud and deployed for my workspace. my user want to directly login it through some of my other app , so api is what i am looking for a login api