Skip to content

Instantly share code, notes, and snippets.

@aleksanb
Last active December 19, 2016 16:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aleksanb/d36c2b86c3a7301940547a65ed43a096 to your computer and use it in GitHub Desktop.
Save aleksanb/d36c2b86c3a7301940547a65ed43a096 to your computer and use it in GitHub Desktop.
{
"method": "POST",
"url": "https://loltelapi.com/api/sms",
"httpVersion": "HTTP/1.1",
"cookies": [],
"headers": [
{
"name": "Content-Type",
"value": "application/json"
},
{
"name": "Authorization",
"value": "Bearer $LOLTEL_ACCESS_TOKEN"
}
],
"queryString" : [],
"postData" : {
"mimeType": "application/json",
"text": "{ \"to_msisdn\": \"\$TO_MSISDN", \"message\": \"Hello from loltelapi.com!\" }"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment