WAEC
API that provide WAEC services. The base url, X-API-KEY and X-API-SECRET shall be provided to the customer
Check Result PIN
GET {baseUrl}/education/getWaecCheckResultPin
Endpoint to get PIN to check WAEC Result>
Headers
Name
Value
Content-Type
application/json
X-API-KEY
<x-api-key>
X-API-SECRET
<x-api-secret>
Response
{
"statusCode": "00",
"description": "Successful",
"data": "[{"Serial":"W12000000","Pin":"162038475961"}]"
}
{
"description": "An error has occue. please try again",
"statusCode": "01"
}Get WAEC Registration Token
GET {baseUrl}/education/getWaecRegistrationToken
<Endpoint to get bulk WAEC Registration Token>
Headers
Name
Value
Content-Type
application/json
X-API-KEY
x-api-key
X-API-SECRET
x-api-secret
Query Parameter
Name
Type
Description
numberOfCandidates
number
Number of candidate to get pin for at a time
Response
{
"statusCode": "00",
"description": "Successful",
"data": "["16208475961", "162038475961"]"
}{
"statusCode": "02",
"description": "You have insuffient balance",
"data": null
}Last updated