JWT Authentication Failed



Capturar3
Hello,
Is access_token the same thing as JWT?
I’m getting an invalid token error.

First I want to make a call to list all workspaces.
1st I call https://api.baserow.io/api/user/token-auth/
2nd I get the generated access token
3rd call https://api.baserow.io/api/workspaces/

  • I configure Authorization as JWT Baerer as shown in the images.

I have already changed the prefix from JWT to Token but without success.
Can anyone tell me where I’m going wrong?
I’m using Postman

Thank you very much in advance

Hi,

It is easier to just add the Authentication to the Headers tab of the request itself. The key is Authorization and the value is JWT followed by the token.

Deu certo.
Obrigado!