Discussions

Ask a Question
Back to All

how to get oauth2 scopes ?

I am unable to find the complete range on the configuration page.

When I tried to retrieve dispatches using the access_token, I received an error message indicating that my scope configuration was incorrect. The detailed error information is as follows

GET https://api.keeptruckin.com/v3/dispatches?per_page=100&min_updated_at=2025-02-04&statuses=planned&statuses=active&page_no=1
Authorization: Bearer xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

{

"error": "This app does not have permission to access the resource requested. Please use KeepTruckin Developer Portal to update the permission scopes."

}