Question

Photo of Daniel Lucats

0

API 401 Unauthorized

I´m trying to get data from REST API, and i´m receiving http 401 - Unauthorized.

URL/Get: http://xxx.compute-1.amazonaws.com/api/People/2020

I have created the token and i´m sending in the http header:

Authorization-Token:5EjEuGZBfGUW4l4vYRsklPgM


Any solution for this?

TKs

  • Photo of Bronson Witting

    0

    Daniel, the API honors user permissions. Does the user you logged in with to get the token have permission to the people endpoint?