Discussions
Always error 403 while calling API.
over 5 years ago by A.Pongchet
I try to test api via Postman, Curl or MyApp calling, I got 403 response.
example command of calling with curl:
curl -H "Content-Type: application/json" -H "User-Agent: Mozilla/5.0" -X POST -d '{ "phone": ["+66819248388"], "text" : "Hello Till from cURL!"}' "https://platform.tillmobile.com/api/send?username=&api_key="
What can I do to solve the problem?