Discussions

Ask a Question
Back to All

List all Couriers API is not returning any data - 403 Forbidden

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?