Skip to content

Utils API (Extra Api)

This api contains extra utils api which doesnot require and authentication.

Base URL

  • Base path: /api2/misc

Authorization

  • No auth required.

Resolve short url

Description URL endpoint to resolve shortened url

POST /resolve-short

cURL Example:

curl -X POST "https://api.trackongps.com/api2/misc/resolve-short" \
    -H "Content-Type: application/json" \
    -d '{
        "code":"fda0fda97FS"
        }
    }'

Response:

OK
    {
      "url":"
      https://web.trackongps.com/api/session?token=RzBFAiAGZXN55KmoPp6znC11MUBLpLRx9WBTXUnalAuRaWjKKAIhAJEj2yOEj6Kz98_SRBDAogCTlX27LPoAjzVPxA3zWyUBeyJ1IjoxMDgxOCwiZSI6IjIwMjUtMDktMjRUMTE6MzA6MTQuNzk4KzAwOjAwIn0"
    }