Click here to Skip to main content
15,884,237 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Clickatell REST API routing error status 9 for all US number and any other numbers


Getting status code = 202 while calling api https://api.clickatell.com/rest/message.

and routing error status 9 for all numbers while sending sms using this api.

What I have tried:

calling this api
https://api.clickatell.com/rest/message[^]

Header parameters:
[{"key":"X-Version","value":"1","description":""},{"key":"Accept","value":"application/json","description":""},{"key":"Content-Type","value":"application/json","description":""},{"key":"Authorization","value":"bearer l6vwvFoTtljs16X49XYZsFMNcr5i3R.B7jYW.S0AiyL4cDGNjFbKpBYIy84AG9SomtUDoF5wjFMUHaSp","description":""}]


body:
{"text":"Test Message","to":["+919977556633"]}
Posted
Updated 18-Jan-22 0:35am
Comments
Richard MacCutchan 18-Jan-22 6:34am    
You should talk to the website owners.

1 solution

They even have their own help centre: https://www.clickatell.com/help-center/[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900