Endpoint Parameters

  • Request parameters

    Name Type Origin Description
    Code String Query-String This is OIDC authorisation code send after verification is completed. This will be used to get auth token to fetch client information
    Error String Query-String Error code returned from Signicat
    Error_Description String Query-String Error description returned from Signicat
    Method String Route
    State String Query-String State sent in redirect URL. This will be used to validate authenticity of redirecton
  • Response Parameters

    View Response Codes

    There are no response parameters

  • Request Example

    Request URL
    GET /partnerintegration/v1/InteractiveIdVerification/verify/{Method}?Code=stringValue&Error=stringValue&Error_Description=stringValue&State=stringValue