Welcome to the Nkwa API Reference! Before you can do anything in the API, you’ll need some API Keys.

Authentication

All API endpoints are authenticated using API key and picked up from the specification file.

"security": [
  {
    "apiKeyAuth": []
  }
]