KCPay
  1. Deposits
KCPay
  • Deposits
    • Login
      POST
    • Deposit
      POST
    • Deposit Status
      GET
    • Resend CallBack
      POST
  • Payouts
    • Payout
      POST
    • Payout Status
      GET
    • Resend Callback
      POST
    • Bulk Payout
      POST
  • Refunds
    • Refund
      POST
    • Refund Status
      GET
    • Resend Callback
      POST
  • Wallet Balance
    GET
  1. Deposits

Login

Developing
POST
/api/auth/login

Request

Header Params

Body Params text/plain
Example
Example:{ "email":"", "password":"" }

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/auth/login' \
--header 'Content-Type: application/json' \
--data-raw '{
"email":"",
"password":""
}'

Responses

🟢200Success
application/json
Body

Example
{}
Modified at 2024-09-14 22:18:43
Next
Deposit
Built with