Discussions
request['Authorization'] = "Bearer <OAUTH_TOKEN>"
11 hours ago by md
this endpoint: https://api.gomotive.com/v1/assets I can use my API-key and it works fine.
this other endpoint: https://api.gomotive.com/v1/vehicle_locations that same key results in {error_message: 'invalid API key'}
they both say to use this : request['Authorization'] = "Bearer <OAUTH_TOKEN>" but different results?
