Base URL
https://api.openbanking.ng/api/v2/
Acceptable Content Types
We accept these values of Content-Type
header when using POST
or PUT
methods:
application/json
(this one is used as default and it is recommended)
multipart/form-data application/x-www-form-urlencoded
HTTP Methods
Verb | Description |
---|---|
GET | Obtain information. Query path parameters are allowed. |
POST | Add new information. Body is allowed. |
PUT | Modify existing information. Body is allowed. |
DELETE | Remove information. |