Beneficiary Registration API

POST {{baseUrl}}/v2/registration/beneficiary/new

API for beneficiary registration from partner applications. This API returns a beneficiary reference id as a unique identifier of the registered user.

Request Body

{"name"=>"Apparao", "birth_year"=>"1980", "photo_id_type"=>1, "photo_id_number"=>"9999", "consent_version"=>"1", "gender_id"=>1, "comorbidity_ind"=>"Y"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{"beneficiary_reference_id":"1234567890123"}