JAMB Lookup

View the list of available JAMB pricing options

GET https://sagecloud.ng/api/v2/education/jamb-pricing-options

Headers

NameTypeDescription

Authorization

Check the Headers page.

{
  "success": true,
  "status": "success",
  "data": [
    {
      "price": 4000,
      "type": "UTME"
    },
    {
      "price": 4000,
      "type": "DE"
    }
  ]
}

Last updated