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

Request auth token

Developing
POST
/auth/token
Generate ashort-lived token

Request

Body Params application/jsonRequired

Examples

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/auth/token' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Response Response Example
{}
Previous
API Keys
Built with