Skip to main content
GET
/
api
/
exam-bodies
List Exam Bodies
curl --request GET \
  --url https://api.mysubwallet.ng/api/exam-bodies \
  --header 'Authorization: <api-key>'
{
  "status": "success",
  "plan": [
    {
      "exam_name": "WAEC",
      "plan_id": "1",
      "amount": "₦5,350.00"
    },
    {
      "exam_name": "NECO",
      "plan_id": "2",
      "amount": "₦2,200.00"
    },
    {
      "exam_name": "NABTEB",
      "plan_id": "3",
      "amount": "₦1,000.00"
    }
  ]
}

Authorizations

Authorization
string
header
required

Your API key as Token <your_api_key>.

Response

200 - application/json

Exam bodies