NYSC

Verify Nysc Details

This endpoint allows you verify the school of study and the course of study of user.

To use this endpoint point enter year of service, batch, program, institution, course and candidate's name.

👍

Test Data

year : 2019

batch : B

program: University

institution: john danny

course: computer science

candidate_name: john doe

📘

Post

[](https://api.prembly.com/identitypass /verification/nysc)

Headers

keyvaluedescription
app-idapp-idyour app id
x-api-keyapi-keyyour api-key

Body

keydescription
yearyear of posting to service
batchbatch posted to
programyour undergraduate program
institutionschool attended
courseyour course of study
candidate_nameyour name

sample response

{
    "status": true,
    "response_code": "00",
    "data": [],
    "verification": {
        "reference": "b2cd09f4-63d2-4afa-af5c-413a56dff822"
    }
}