GET
/
countries
curl --request GET \
  --url https://api.notchpay.co/countries \
  --header 'Authorization: <api-key>'
{
  "code": 200,
  "status": "OK",
  "message": "Countries retrieved",
  "items": [
    {
      "name": "Cameroun",
      "code": "CM"
    }
  ]
}

Authorizations

Authorization
string
header
required

Response

200
application/json
Countries retrieved

The response is of type object.