-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Help Error auth #1
Comments
Error: Unprocessable Entity |
The API endpoint you're trying to call is an authenticated one. It requires you to send a JWT in the header with the authorization field. The request header would look something like this - {
"Authorization": "Bearer <jwt>",
.
.
.
} |
Reference for sending authenticated request using Postman - https://stackoverflow.com/questions/24709944/sending-jwt-token-in-the-headers-with-postman |
I have do this |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Hi i became a Error Messege when i sende a requests top the api this won:
{
"detail": [
{
"loc": [
"header",
"authorization"
],
"msg": "field required",
"type": "value_error.missing"
}
]
}
What can i do
The text was updated successfully, but these errors were encountered: