Try to use API request with a REC1

Hello,

I’m following your api description, however I have some issues. Please check my screenshot.

My body response :
{
“data”: “”,
“status”: “error”,
“msg”: “the user name or password is incorrect”
}

Thank you for your help
CV

I founded the issues.
First my mistake was to use the key password, instead of passwd for the URL Params.

Next you need URL Params and Digest Authorization. That was not clear in the official documentation.
Password for URL Params, (passwd) need to be converted in MD5 hash. That was not documented in the official documentation.