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
Hello,
My sending contact is added, but on the interface, it's on a pending state. I want to validate it but i cannot with the api.
I tried this
curl -X PUT \ --user "LOGIN:PASSWORD" https://api.mailjet.com/v3/REST/sender/ID/validate -H 'Cache-Control: no-cache' -H 'Content-Type: application/json' -d '{}'
And I have got this return :
{ "ErrorInfo" : "", "ErrorMessage" : "Object not found", "StatusCode" : 404 }
But the ID correspond to a contact I have just created, and It exists.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
My sending contact is added, but on the interface, it's on a pending state.
I want to validate it but i cannot with the api.
I tried this
curl -X PUT \ --user "LOGIN:PASSWORD" https://api.mailjet.com/v3/REST/sender/ID/validate -H 'Cache-Control: no-cache' -H 'Content-Type: application/json' -d '{}'
And I have got this return :
{ "ErrorInfo" : "", "ErrorMessage" : "Object not found", "StatusCode" : 404 }
But the ID correspond to a contact I have just created, and It exists.
The text was updated successfully, but these errors were encountered: