gpt4 book ai didi

mautic - 无法从本地主机调用 muaitc 联系 api

转载 作者:行者123 更新时间:2023-12-05 07:37:56 25 4
gpt4 key购买 nike

我正在使用 mautic API 进行电子邮件列表和电子邮件发送。我正在尝试使用 mautic API auth2.0 获取所有电子邮件列表我正在正确获取访问 token ,但是当我像这样调用电子邮件 api 时

  $apiUrl = “https://travialist-main.scapp.io”;
$api = new MauticApi();
$emailApi = $api->newApi(“emails”, $auth, $apiUrl);
$emails = $emailApi->getList();

它给我错误

Array ( [errors] => Array ( [0] => Array ( [message] => Looks like I encountered an error (error #404). If I do it again, please report me to the system administrator! [code] => 404 [type] => ) ) [error] => Array ( [message] => Looks like I encountered an error (error #404). If I do it again, please report me to the system administrator! (error is deprecated as of 2.6.0 and will be removed in 3.0. Use the errors array instead.) [code] => 404 ) )

最佳答案

我认为你的 $apiUrl 应该以/api/结尾。在 https://github.com/mautic/api-library#get-a-context-object 的评论中有一个示例 URL

关于mautic - 无法从本地主机调用 muaitc 联系 api,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48315431/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com