在Clickatell中使用REST API路由错误

时间:2018-02-05 12:19:37

标签: json rest sms clickatell

我正尝试在clickatell中使用REST API发送短信。 我用POSTMAN测试了它。 我发送标题为

POST /rest/message HTTP/1.1
Host: api.clickatell.com
Accept: application/json
Content-Type: application/json
X-Version: 1
Authorization: Bearer xxxxxxxxxxxxxxxxxxxxxxxx

身体

{
    "from": ["xxxxxxxxxx"],
    "mo": "1",
    "text": "Test Message  ",
    "to": ["xxxxxxxxx"]
}

我收到了回复

{
    "data": {
        "message": [
            {
                "accepted": true,
                "to": "xxxxxxxxxxxxx",
                "apiMessageId": "xxxxxxxxxxxxxxxxxxxxxxxxx"
            }
        ]
    }
}

但是当我检查clickatell帐户时,它会显示消息未发送且存在路由错误。

我只在使用REST API时收到此错误。使用HTTP工作正常。 有人可以帮忙吗?

1 个答案:

答案 0 :(得分:0)

您使用MO设置为1,这意味着您尝试从双向号码发送。确保您的双向号码与REST API集成相关联。