Endpoint Parameters
-
Request parameters
Name Type Origin Description ClientKey ClientKey Route The client key RedirectUrl String Body The url that the client wants to redirect back to after the process is over -
Response Parameters
View Response CodesName Type Description IdentificationUrl String The url that will redirect the client to the vendors site for verification -
Request Example
Request URL
POST /cm/v1/signups/verification/initiate/d2-PzdC5wIPy1284wD-rRA==
Request Body
{ "RedirectUrl": "http://openapi.validate.com" }
-
Response Example
Response body
{ "IdentificationUrl": "https://test.signicat.com/target=http%3A%2F%2Fopenapi.validate.com%2Fopenapi%2Fv1%2Fverify%2F3c3685cf-85e3-4c11-8as7-c4f2dcc78hea" }