Credits
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.
Changes
No recorded changes to this endpoint across all 1 revision of this API.