Reseller
Add Email and/or SMS credits to a specific child account
post/reseller/children/{childIdentifier}/credits/add
Path parameters
childIdentifierstring required
Either auth key or id of reseller's child
Request body
Example request
{
"sms": 450,
"email": 1200
}Response
Credits added
Example response
{
"child": {
"sms": 500,
"email": 2000
},
"reseller": {
"sms": 12900,
"email": 2000000
}
}