v1
latestSwagger 2.02026-07-13151175.7 KBCredits
Transfer credits to another account
Before you can use the transfer credits endpoint, the credit-transfer facility must be activated for your account. You can request activation from support@bulksms.com.
The recipient must be an enabled account that uses the same currency as your account.
post/credit/transfer
Request body
Example request
{
"toUsername": "roboto",
"toUserId": 2345,
"credits": 2345,
"commentOnFrom": "Tranfer to Bobby",
"commentOnTo": "Tranfer from Danny"
}Response
An empty body when the credits were transferred OK.