JAMB Profile Validation

Purchase JAMB pins

POST https://sagecloud.ng/api/v2/education/jamb-profile-code/validate

Headers

Name
Type
Description

Authorization*

Check the Headers page.

Request Body

Name
Type
Description

type*

String

Enter any of the type from the jamb pricing options

profileCode*

String

Enter the candidate JAMB's profile code

phoneNumber

String

Candidate's phone number used to get his/her profile code.

{
  "success": true,
  "status": "success",
  "data": {
    "firstName": "Test",
    "surname": "Account",
    "middleName": "User",
    "fullName": "Test Account USer",
    "phoneNumber": "08128262837",
    "type": "UTME",
    "profileCode": 1234456667,
    "info": null,
    "message": "Successful",
    "status": "200"
  }
}

Last updated

Was this helpful?