Get API Token
This API endpoint allows users to obtain an access token by passing their API key and API secret in a POST request. The returned token should be used to authenticate subsequent API requests by including it in theAuthorization header.
Endpoint
Base URL
https://api.kiotapay.co
Request Headers
| Key | Value | Required | Description |
|---|---|---|---|
Content-Type | application/json | ✅ | Specifies that the request body is in JSON format. |
