Setup Developer App

Create Developer App

POST https://api.developer.eyowo.com/v1/apps

Request Body

NameTypeDescription

name

string

<app name>

{
    "success": true,
    "data": {
        "app": {
            "disabled": false,
            "settings": {
                "cardProcessingEnabled": false,
                "_id": "5eaefb0251dffa0...."
            },
            "_id": "5eaefb0251dffa03a....",
            "deleted": false,
            "developerID": "5eaef9cf51d....",
            "name": "Developer App",
            "key": "pk_live_f55d0065bf67d79f5....",
            "wallets": [],
            "createdAt": "2020-05-03T17:10:26.985Z",
            "updatedAt": "2020-05-03T17:10:26.985Z",
            "__v": 0
        }
    }

Congratulations you've created your first application 🎉

NOTE: Your application is an important assets and should not be exposed as shown above

Congratulations you've gotten to the end of this section! 🥳

Last updated