Search found 2 matches

by unixorn
Fri Sep 30, 2022 3:19 pm
Forum: IP Cameras
Topic: What is the API username for an Amcrest 410?
Replies: 2
Views: 1907

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

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'
by unixorn
Fri Sep 30, 2022 2:29 pm
Forum: IP Cameras
Topic: What is the API username for an Amcrest 410?
Replies: 2
Views: 1907

What is the API username for an Amcrest 410?

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.