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
Dear All Am testing the Rest API, and it works great. The problem is how can I target a specific List. and how can I add the attributes to the json?
try { $subscriberRequest = $client->request('POST', $base_uri . '/subscribers', [ 'headers' => [ 'Authorization' => 'Basic ' . $credentials, 'Content-Type' => 'application/json', ], 'json' => [ 'email' => '[email protected]', 'confirmed' => true, 'blacklisted' => false, 'html_email' => true, 'disabled' => false, ], ] ); } catch (\GuzzleHttp\Exception\GuzzleException $e) { }
I can found nothing in the API Doc https://github.com/phpList/rest-api/blob/master/docs/Api/RestApi.apib
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Dear All
Am testing the Rest API, and it works great.
The problem is how can I target a specific List.
and how can I add the attributes to the json?
I can found nothing in the API Doc
https://github.com/phpList/rest-api/blob/master/docs/Api/RestApi.apib
The text was updated successfully, but these errors were encountered: