Endpoint
GET /api/sandbox/v1/allocations/single/cancelBase URL
https://api.kiotapay.co
Query Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
allocationId | string | The ID of the allocation that needs to be cancelled . | ✅ |
Request Headers
| Key | Value | Required | Description |
|---|---|---|---|
Content-Type | application/json | ✅ | Specifies that the request body is in JSON format. |
Authorization | Bearer <your-token> | ✅ | API authentication token. Replace <your-token> with a valid JWT. |
