I’ve looked at both
and
Neither seem to be the issue that I’m facing.
I’m trying to use the legacy AJAX system to submit a signup for SMS since our site is headless.
I’ve had this successfully working with emails without a problem, the submission to the list ID returns a confirmation. However, when I submit with just a `phone_number` it responds with `is_subscribed` without any other details (which would happen when I was setting up the email and submitted it empty as well)
Am I missing a key name? or is it not possible to use AJAX to sign up for sms?
The phone number is a valid phone number and I’ve used several different formats (##########, 1##########, ###-###-####, +1##########, etc.)
