Discussions

Ask a Question
Back to All

Always error 403 while calling API.

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?