[ Whereis® API Home ] [ JSON API Home ] [ Services ] [ Route Services ]
HTTP GET request that returns the handle's expiry time, currently approximately 30 minutes after the route was generated
For a full explanation of the returned route object, see <route>.
URL
By HTTP GET to <ENDPOINT>/service/route/handle/<handle>Rules
Parameter | Mandatory? | Description |
handle | Y | The id returned by a previous route request. Must be submitted before its expiry time has been reached |
Sample request
http://<endpoint>/service/route/handle/LAp68qttXmY7VY4y
Sample response
{
"route": {
"handle": {
"id": "fTdk8EZxq3QW880P",
"expiry": "2012-04-24 16:30:41"
}
}
}
NOTES