Discussions
List all Couriers API is not returning any data - 403 Forbidden
almost 2 years ago by mari suzuki
Using our prod token on the site to list all couriers and filter by FedEx
https://developers.easyship.com/reference/couriers_index
This used to work, now it just returns
{
"error": {
"code": "forbidden",
"details": [
"Missing Access to this resource requires scope "courier". scope."
],
"message": "Used API token does not have the required scope.",
"request_id": "a755645e-7568-47fc-a1b1-28fd2fbb0095",
"type": "invalid_request_error"
}
}
been like this for over a week now, any ideas why?