MCP is live.Set upAsk on Discord
OmniDimension
Reseller

Revert credits

Take unused minutes back from a client. The exact mirror of a transfer, so you do not pass a rate.

Reseller accounts only. Request access.

POST/reseller/credits/revert
Body
2 fields
·

ID of the child organization to revert credits from.

Number of minutes to revert.

curl -X POST 'https://backend.omnidim.io/api/v1/reseller/credits/revert' \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
  "from_organization_id": 4002,
  "minutes": 5
}'
Example response
synthetic
{
  "success": true,
  "message": "Credits reverted successfully",
  "new_from_balance": 13,
  "new_to_balance": 60.263
}

Authorization

BearerAuth
AuthorizationBearer <token>

Bearer token authentication. Obtain your API key from the OmniDimension dashboard.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response body

application/json

Response Body

application/json