Remi
Remi
Comments
-
Ok i found the bug there was a space in my "list_id " > "list_id"
omg...
Thanks for your help ! -
Sorry but which http method did you use ? POST or DELETE ?
very strange... -
Are you sure /api/subscribers/delete.php work ? There is no bug in it ?
-
my create request which work :
Unirest.post(apiUrl + "/subscribe")
.field("api_key", API_KEY)
.field("email", user.getEmail())
.field("name", user.getPrenom() + " " + user.getNom())
yes i mention that i make you understand that i saw the same parameter change name between the create and delete request.