What is the API username for an Amcrest 410?

Have some questions or having issues with your IP Camera(s), Post them here for the mods and other users to assist you with.
Post Reply
unixorn
Posts: 2
Joined: Fri Sep 30, 2022 2:21 pm

What is the API username for an Amcrest 410?

Post by unixorn »

I'm trying to connect to the API on my new Amcrest 410. When I curl to 'http://deviceIP/cgi-bin/Config.backup?action=All' I just get `HTTP/1.1 401 Unauthorized`. I know what the password for the doorbell is, but I don't know what username to use.
GaryOkie
Posts: 418
Joined: Mon Apr 27, 2020 7:23 pm

Re: What is the API username for an Amcrest 410?

Post by GaryOkie »

admin
unixorn
Posts: 2
Joined: Fri Sep 30, 2022 2:21 pm

Re: What is the API username for an Amcrest 410?

Post by unixorn »

Thanks, that was what I was missing

I also had to specify digest authentication, curl didn't figure out the auth for itself

`curl 'http://deviceip/cgi-bin/Config.backup?action=All' --digest -u 'admin:DOORBELL_PASS'
Post Reply