I have the link:
https://dominio.com/apiJSON.php?data={"login":"[email protected]","senha":"Minhasenha","campanha":"ID 1234","mensagens":{"1":{"numero":2799999999,"msg":"Uma mensagem qualquer","data":"2015-10-19 01:07:52"}}}
By pasting this link in the browser with the correct parameters I get the following response in the browser:
{"tip":1,"msg":[{"numero":2799999999,"id":"1234","status":1}]}
I want to get this answer and work it with php or javascrpit, whatever. But I need to get this information. Can someone help me? Thanks!