I have managed to do the authenticate through postman and get my Access Token and Bearer Token.
But when I start a new get request to get releases or Robot IDs it just says
{
“message”: “You are not authenticated!”,
“errorCode”: 0,
“result”: null,
“targetUrl”: null,
“success”: false,
“error”: {
“code”: 0,
“message”: “You are not authenticated!”,
“details”: “You should be authenticated (sign in) in order to perform this operation.”,
“validationErrors”: null
},
“unAuthorizedRequest”: false,
“__abp”: true
}
Im assuming I have to carry some of the previous gained information across but I don’t know-how?