Skip to main content

Create Profile

POST 

/verification/api/1.0/ekyc-forms/:formId/diy-candidate

Create Profile

Request

Path Parameters

    formId stringrequired

    The form ID returned from the Create Form API

    Example: 664dc505f7675bad1a822371

Body

    name string
    gender string
    dob string
    fatherName string
    profession string
    mobile string

Responses

OK

Schema
    code integer
    message string
    data object
Loading...