curl --request GET \
--url https://dev-api.onecluster.co/api/v1/billing/pricing \
--header 'Authorization: <api-key>'{
"success": true,
"responseCode": "00",
"message": "Request processed successfully",
"data": [
{ "apiProduct": "ACCOUNTS", "pricePerCall": 10.00 },
{ "apiProduct": "PAYMENTS", "pricePerCall": 25.00 },
{ "apiProduct": "COLLECTIONS", "pricePerCall": 15.00 },
{ "apiProduct": "KYC", "pricePerCall": 50.00 }
]
}
Returns the current per-call pricing for each API product.
curl --request GET \
--url https://dev-api.onecluster.co/api/v1/billing/pricing \
--header 'Authorization: <api-key>'{
"success": true,
"responseCode": "00",
"message": "Request processed successfully",
"data": [
{ "apiProduct": "ACCOUNTS", "pricePerCall": 10.00 },
{ "apiProduct": "PAYMENTS", "pricePerCall": 25.00 },
{ "apiProduct": "COLLECTIONS", "pricePerCall": 15.00 },
{ "apiProduct": "KYC", "pricePerCall": 50.00 }
]
}
Documentation Index
Fetch the complete documentation index at: https://docs.onecluster.co/llms.txt
Use this file to discover all available pages before exploring further.
{
"success": true,
"responseCode": "00",
"message": "Request processed successfully",
"data": [
{ "apiProduct": "ACCOUNTS", "pricePerCall": 10.00 },
{ "apiProduct": "PAYMENTS", "pricePerCall": 25.00 },
{ "apiProduct": "COLLECTIONS", "pricePerCall": 15.00 },
{ "apiProduct": "KYC", "pricePerCall": 50.00 }
]
}