Discussions

Ask a Question
Back to All

Invalid password error

Making this api call

curl --location 'https://.api.vitruvi.cc/auth/token/obtain'
--header 'Content-Type: application/json'
--header 'Accept: application/json'
--data-raw '{
"email": "myemail.com",
"password": "xyz"
}'

Getting this error

{
"non_field_errors": [
"E-mail or password is incorrect"
]
}

I am using the same email and password that I use to login to my account. Can you help me in accessing JWT Token which we need to make API calls?