We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the API versioning description page https://dev.mailjet.com/email/reference/overview/versioning/ (not part of this repo 📝 ) there are invalid URLs with uppercase version letters
I have copied those versions to my project and spent an hour to find out what is going on - server responses 404
V3
curl -I --request GET \ --url https://api.mailjet.com/V3/REST/contactslist \ --header "Accept: application/json" HTTP/2 404 date: Mon, 09 Sep 2024 11:11:31 GMT content-type: text/html content-length: 162
v3
curl -I --request GET \ --url https://api.mailjet.com/v3/REST/contactslist \ --header "Accept: application/json" HTTP/2 401 date: Mon, 09 Sep 2024 11:12:12 GMT content-type: text/html www-authenticate: Basic realm="Provide an apiKey and secretKey"
Please manage the https://dev.mailjet.com/email/reference/overview/versioning/ to list valid URLs. Thank you.
Note: docs in this PHP repository are fine, all examples (I saw) have valid URLs. It is only about the generic docs.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the API versioning description page https://dev.mailjet.com/email/reference/overview/versioning/ (not part of this repo 📝 ) there are invalid URLs with uppercase version letters
I have copied those versions to my project and spent an hour to find out what is going on - server responses 404
V3
in URLcurl -I --request GET \ --url https://api.mailjet.com/V3/REST/contactslist \ --header "Accept: application/json" HTTP/2 404 date: Mon, 09 Sep 2024 11:11:31 GMT content-type: text/html content-length: 162
v3
in URLPlease manage the https://dev.mailjet.com/email/reference/overview/versioning/ to list valid URLs. Thank you.
Note: docs in this PHP repository are fine, all examples (I saw) have valid URLs. It is only about the generic docs.
The text was updated successfully, but these errors were encountered: