Loading [Contrib]/a11y/accessibility-menu.js
NEXUS
6.5

NEXUS IC

  • DASHBOARDS
  • ASSETS
  • LIBRARY
  • PLANNING
  • WORKPACKS
  • INSPECTION
  • ANOMALIES

Other Applications

  • IC-INSPECTION
  • IC-INSPECTOR
  • IC-RECORDER
  • IC-WEB

Other Areas

  • MAIN MENU
  • COMMON FEATURES
  • GENERAL
    • Deployment Guide
    • Technical Information
      • Command-Line Switches
      • Database Schema Diagram
      • Software Based Licensing
      • NEXUS Administration Tasks
      • REST Service Specifications
      • REST Service Specifications v2.0
        • Login
        • Logout
        • Business Objects
        • Get Row
        • Get Row Field
        • Get Rows
        • Create Row
        • Delete Row
        • Request Cookie Token
        • Validate Cookie Token
        • Post Blob
        • Get Function Object
        • Execute Function
        • REST Examples
        • Components of a REST API request/response
        • Authentication
        • Examples
        • API Reference
        • Field Types
    • Software as a Service (SaaS)
    • Known Issues
    • Upgrading
    • Third-party DVRs
    • Other Documentation
    • What’s New
  • LEGAL
NEXUS
  • Docs »
  • General »
  • Technical Information »
  • REST Service Specifications v2.0 »
  • Validate Cookie Token

Validate Cookie Token¶

Validates a generated single use token, and if valid, responds with a permanent token lasting 90 days for subsequent authorisation.

HTTP Request¶

GET /icweb.dll/security/validateCookieToken?{parameters}

URI Parameters¶

Name In Required Type Description
token Query Yes String Single-use token

Responses¶

Name Type Description
200 OK SecurityToken OK
401   An attempt was made to validate an invalid token.

SecurityToken¶

Contains the permanent security token

Name Type Description Optional
token String Permanent security token, that can then be used in subsequent REST api requests, expires in 90 days. No

Example¶

Request¶

GET /icweb.dll/security/validateCookieToken?token=C45CB5E015A81801327672766615578D6B4C37D69BBB43D74C9A3E4907676CD1C53EADC408A6B41B2B58DD3A6B500A7D0898

Response¶

{
        "token": "E05DEB57605BA82CD1A0C130B38C7BC1415BA094B28D73B03577B7CAB438834E6B680B437C85A65CA796AB6E7DC8545555CC"
}
Next Previous

© Copyright 1994, 2019 Wood.