I can authenticate successfully, and I include that bearer token in the authentication for my backlog order create call. I get the following response when I try to create an order:
"fault": {
"faultstring": "Invalid API call as no apiproduct match found",
"detail": {
"errorcode": "keymanagement.service.InvalidAPICallAsNoApiProductMatchFound"
}
}
I've searched this forum and haven't seen a solution mentioned that seems to apply here. They all either refer to v1 authentication vs v2 and I'm not sure what that means, or were closed after a private conversation with the user.