I am able to get an OAuth just fine but for some reason I can not convey the token to the tracking call. I tried about every combination I can think of (Bearer, OAuth etc) and no matter what I do get tis error:
{
“apiVersion”: “/tracking/v3”,
“error”: {
“code”: “401”,
“message”: “The access token provided with the request is missing, invalid or has expired.”,
“errors”:
}
}
This can be imported straight into Postman and it will set up the call as it needs to be, then all you’d need to do is add in the missing bits (auth tokens etc.).