App Activate/Verify Endpoint

This is used to verify an app.

POST https://fuspay-kyc-prod-e9eb4fd3aa33.herokuapp.com/api/v1/app/verify

Request Body

Name
Type
Description

email

String

this is the email used to register your app

code

String

This is the verification token sent to your email

{
  "message": "Token verification successful",
  "data": {
    "_id": "66053d262d3f43787be1e1a6",
    "email": "support@flw.com",
    "name": "Flutterwave",
    "origin": [
      "http://localhost:5179",
      "https://include-stage-89c7b78dfc34.herokuapp.com/"
    ],
    "created_at": "2024-03-28T09:49:26.674Z",
    "updated_at": "2024-03-28T09:50:50.303Z",
    "__v": 0
  }
}

Last updated