ZedPay
Authentication
Deposits APIDisbursements API
Authentication
Deposits APIDisbursements API
  1. Authentication
  • Getting started
  • Authentication
  • Calling ZedTech APIs
  • API Keys
  • Request auth token
    POST
  1. Authentication

Request auth token

Developing
POST
/token
Generate ashort-lived token

Request

Body Params application/jsonRequired

Examples

Responses

🟢200Success
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://api.kumusoft.xyz/auth/token' \
--header 'Content-Type: application/json' \
--data '{
    "token":"zed_c00dcf348d159e64d68a31e82d94b6a63643:475c593cd9f373b5c7356d5e0fc5cf0e05957d55dd913d1657e35abc5b0b0f14",
    "audience":"ZEDPAY_DEPOSITS_API"
}'
Response Response Example
{}
Previous
API Keys
Built with