Get query of Fax Report By ID

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

CURL Example:

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

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