Topup Account Credit
WARNING
This endpoint is only relevant if you're utilizing the account credit system.
Topup (increase) an accounts messaging credit
Request
Endpoint
Messaging Plus expects a PATCH request
https://mplus.instagiv.com/account/{account-uuid}| Key | Description | Example |
|---|---|---|
account-uuid | Account UUID to delete | 16e7c990-3a03-4b4b-b98f-732aae5bf8d1 |
Query strings
| Key | Required | Description | Example |
|---|---|---|---|
key | true | Organization API key (32‑character hex) | ?key=aaaabbbbcccc11112222333344445555 |
Body
json
{
"topup": 400
}Body parameters
| Key | Expected value | Description |
|---|---|---|
topup | integer | Numeric value to increase account credits by |
Response
Success
Supplies a 200 response upon successful account topup with an empty JSON body.
Error responses
400 Bad Request– invalid or missingkey, invalid account UUID, or missing/invalidtopupvalue402 Payment Required– not enough organization credits available to perform this topup404 Not Found– account not found or already deleted