Changes between Version 2 and Version 3 of API/SMS


Ignore:
Timestamp:
Sep 30, 2021, 3:07:09 PM (3 years ago)
Author:
mirek@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • API/SMS

    v2 v3  
    1313Send message. Expects UTF-8 JSON encoded data in the POST body.
    1414
    15 
    1615==== FIELDS
    1716
     
    2221 text:: Message body
    2322
    24 == EXAMPLE
     23==== EXAMPLE
    2524
    2625{{{data.json}}}
     
    3837  --data @data.json $URL/rest/sms
    3938}}}
     39
     40=== GET
     41
     42Get message status
     43
     44==== EXAMPLE
     45
     46{{{
     47curl -s --cert-type P12 --cert $CERT:$PASS $URL/rest/sms/::id
     48}}}