72d237a066c6c688330090c34ed8d8a900c7a58c
phpList REST API v3 returns subscriber data wrapped in a "data" key:
{"status":"success","type":"Subscriber","data":{"id":"2400",...}}
Both subscriber_get_by_email and subscriber_add responses are now read as
response['data']['id'] with a fallback to response['id'] for compatibility.
Previously the code checked only response['id'] (top level), found nothing,
and reported failure even though the subscriber was created successfully.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Description
No description provided
Languages
PHP
90.4%
JavaScript
6.3%
CSS
3.3%