I created a wrapper for using the newsletter2go endpoint
When I post the request to that ep w/ an form_id I get the following response:
- http status: 400
- code: 10020
- error message: Bad Request (invalid code xxxx)
Im using the id from the n2go backend:
Can anyone tell me whats about the error code 10020? The api docs containing nothing about that.

This is probably because you used big letters in your form_id. I had the same problem. The support told me, that only small letters are allowed.