POST to this URL: https://hosted.datascopeapi.reuters.com/RestApi/v1/
with this body:
{
"Credentials": {
"Username": "trond.josevold",
"Password": "<pw>"
}
}
The respons is always:
{
"error": {
"message": "Invalid username or password"
}
}
Where can I find my "Username" ?
I do not understand what I am doing wrong ?
Can you help ?