Get query of General Report By ID

  • Authentication required.
  • Params:
    • "sms_id" are required.
  • Notice:
    • "sms_id" as String, e.g. "123456".

CURL Example:

curl -X POST https://oim.pasifiktelekom.com.tr/en/api/sms/query/multi/id/ \
     -H 'Content-Type:application/json' -H 'accept:application/json' -H 'Authorization:XXXXXXXXXXXXXXXXXXXX' \
     -d '{"sms_id": "123456"}'
GET /en/api/sms/query/multi/id/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "code": 200,
    "description": "OK"
}