Eyowo Developer
Get An Account
staging
staging
  • Welcome, Engineer! 👩‍💻 👨‍💻
  • Getting Started
    • User Account & Developer Mode
    • Setup Developer Account
    • Setup Developer App
  • Api resources
    • Create Eyowo Account
    • Authentication
    • Transfers
    • Transactions
    • Banks
    • Query BVN
  • Reference
    • API Reference
    • Bank List
  • Additional Resource
    • Create App
Powered by GitBook
On this page
  • Auth Developer
  • Create Developer App

Was this helpful?

  1. Additional Resource

Create App

You can programmatically create developer app using the resource below.

Auth Developer

POST https://api.console.staging-api.eyowo.com/v1/resource/auth

The email and password to authenticate the application resource is the same as your login credentials you created when setting your developer account.

Request Body

Name
Type
Description

email

string

valid email address

password

string

valid password

{
    "success": true,
    "data": {
        "user": {
            "deleted": false,
            "_id": "5cefae5e4....",
            "sandboxMobile": "235555555555",
            "createdAt": "2020-06-17T08:19:49.586Z",
            "email": "developeraccount@softcom.ng",
            "lastLogin": "2020-09-03T17:58:40.495Z",
            "updatedAt": "2020-09-03T17:58:40.496Z"
        },
        "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9......"
}

Create Developer App

POST https://api.console.staging-api.eyowo.com/v1/resource/app

Headers

Name
Type
Description

x-auth-token

string

the token generated when authenticating developer resource.

Request Body

Name
Type
Description

name

string

a preferred app name.

PreviousBank List

Last updated 4 years ago

Was this helpful?