Authentication Token Verification

Arkance Systems Benelux

This GeoView Server REST API method enables verification of specified authentication token, telling whether it's still valid or is invalid/expired.


Request API method URI definition:


HTTP GET http://api.geoview.be/geoservice/v1/users/verify


Request HTTP URI parameters:


Parameter

Description

token

Access token (returned by this API method).


Example HTTP request URI:


HTTP GET http://api.geoview.be/geoservice/v1/users/verify?token=3dc718f2-ab20-4f41-86e1-72abcc1810c1


Possible resulting HTTP status codes:


Value

Description

200

API request succeeded and result(s) were returned.

400

Supplied API request access token not valid.