Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Public and Private key correct yet 401 Error #90

Open
pagolina opened this issue Jul 24, 2023 · 1 comment
Open

Public and Private key correct yet 401 Error #90

pagolina opened this issue Jul 24, 2023 · 1 comment
Labels

Comments

@pagolina
Copy link

I have added and verify my domain dns successfully, generated apikey and secret key.
unfortunately, while integrating with python I keep getting the following error

"Unsuccessful: Status Code: "401" Message: "API key authentication/authorization failure. You may be unauthorized to access the API or your API key may be expired. Visit API keys management section to check your keys."

mailjet = Client(auth=(api_key, api_secret), version='v3.1')​

I printed that my public and private key were received in the function correctly, I have even use the key directly in the function yet the same error message.

This is preventing our project from moving forward.

@DanyilNefodov
Copy link
Collaborator

DanyilNefodov commented Aug 15, 2023

Hi, @pagolina!

Could you provide please a request sample you are trying to execute?

Regards,
Danyil

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants