Skip to main content
POST
/
api
/
exam
Buy Exam Pins
curl --request POST \
  --url https://api.mysubwallet.ng/api/exam \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "exam": 1,
  "quantity": 1,
  "request-id": "RESULTCHECKER_1234567890"
}
'
{
  "status": "success",
  "message": "Pin purchased.",
  "pins": [
    {
      "pin": "123456789012",
      "serial": "WRN123456789"
    }
  ],
  "newbal": 109200,
  "system": "API"
}

Authorizations

Authorization
string
header
required

Your API key as Token <your_api_key>.

Body

application/json
exam
integer
required
Example:

1

quantity
integer
required
Example:

1

request-id
string
required
Example:

"RESULTCHECKER_1234567890"

Response

200 - application/json

Result